COLOR #C7BECA

HEX: #C7BECA RGB: (199,190,202)

Color info

#C7BECA contains red, green and blue colors in about the same proportion. Web safe color of #C7BECA is #CCCCCC (or #CCC).

RGB color model

#C7BECA color RGB value is (199,190,202).

RGB: (199,190,202) (78%, 75%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 202 of 255 = 79%

199
190
202

R + G + B ~ 77%. #C7BECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 190 + 202 = 591 (100%)
R 199 of 591 ~ 33.67%
G 190 of 591 ~ 32.15%
B 202 of 591 ~ 34.18'%

%33.67
%32.15
%34.18

CMYK color model

#C7BECA color CMYK value is (1,6,0,21).

  • cyan value is 1.49%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (1,6,0,21)
C1M6Y0K21 (1%, 6%, 0%, 21%)
(0.01 / 0.06 / 0.00 / 0.21)

CMYK percentages

%1.49
%5.94
%0
%20.78

Codes

Color #C7BECA in popluar color models

C7 BE CA
RGB 199 190 202
HSL 285° 10.17% 76.86%
HSB/HSV 285° 5.94% 79.22%
CMYK 1.49% 5.94% 0.00%
20.78%

Color #C7BECA in popluar number systems.

HEX C7 BE CA
Decimal 199 190 202
Binary 11000111 10111110 11001010
Octal 307 276 312

Shades and tints

Shades of #C7BECA

#C7BECA
(199,190,202)
#B5ADB8
(181,173,184)
#A39CA6
(163,156,166)
#918B94
(145,139,148)
#7F7A82
(127,122,130)
#6D6970
(109,105,112)
#5B585E
(91,88,94)
#49474C
(73,71,76)
#37363A
(55,54,58)
#252528
(37,37,40)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #C7BECA

#C7BECA
(199,190,202)
#CCC3CE
(204,195,206)
#D1C8D2
(209,200,210)
#D6CDD6
(214,205,214)
#DBD2DA
(219,210,218)
#E0D7DE
(224,215,222)
#E5DCE2
(229,220,226)
#EAE1E6
(234,225,230)
#EFE6EA
(239,230,234)
#F4EBEE
(244,235,238)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BECA color. Also use rgb(199,190,202) instead hex code.

Text Font Color

.myTextColor { color: #C7BECA; }

<p style="color:#C7BECA">This sample text font color is #C7BECA.</p>

This text font color is #C7BECA.

Background Color

.myBgColor { background-color: #C7BECA; }

<div style="background-color:#C7BECA">Inner text</div>

This div background color is #C7BECA.

Border color

.myBorderColor { border: 1px solid #C7BECA; }

<div style="border:3px solid #C7BECA">Div</div>

This div border color is #C7BECA.

Opacity

.myOpacity80 { color: #C7BECA; opacity: 0.8; }

<p style="color:#C7BECA;opacity:0.8;">80%</p>

Text with #C7BECA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7BECA;}

<p style="text-shadow: 3px 3px 1px #C7BECA">Text here.</p>

This text has shadow with #C7BECA color.


.textShadow {text-shadow: 3px 3px 1px #C7BECA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7BECA, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7BECA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7BECA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7BECA, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7BECA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7BECA;
-webkit-box-shadow: 1px 1px 3px 2px #C7BECA;
box-shadow: 1px 1px 3px 2px #C7BECA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7BECA; -webkit-box-shadow: 1px 1px 3px 2px #C7BECA; box-shadow:1px 1px 3px 2px #C7BECA;">
Div content here
</div>

This div box has shadow with color #C7BECA.

Preview

Color preview on black background

This text has color #C7BECA on black background.


Color preview on white background

This text has color #C7BECA on white background.


Black color preview on #C7BECA background

This text has black color on #C7BECA background.


White color preview on #C7BECA background

This text has white color on #C7BECA background.


Related colors

Complementary color

Complementary color for #hex is #384135.


I love getcolorcode.com

Triadic colors

1 #CAC7BE and #BECAC7 with #C7BECA are triadic colors.

2 #CABEC7 and #BEC7CA with #C7BECA are triadic colors.