COLOR #C7BECD

HEX: #C7BECD RGB: (199,190,205)

Color info

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

RGB color model

#C7BECD color RGB value is (199,190,205).

RGB: (199,190,205) (78%, 75%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 205 of 255 = 80%

199
190
205

R + G + B ~ 78%. #C7BECD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 190 + 205 = 594 (100%)
R 199 of 594 ~ 33.5%
G 190 of 594 ~ 31.99%
B 205 of 594 ~ 34.51'%

%33.5
%31.99
%34.51

CMYK color model

#C7BECD color CMYK value is (3,7,0,20).

  • cyan value is 2.93%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,7,0,20)
C3M7Y0K20 (3%, 7%, 0%, 20%)
(0.03 / 0.07 / 0.00 / 0.20)

CMYK percentages

%2.93
%7.32
%0
%19.61

Codes

Color #C7BECD in popluar color models

C7 BE CD
RGB 199 190 205
HSL 276° 13.04% 77.45%
HSB/HSV 276° 7.32% 80.39%
CMYK 2.93% 7.32% 0.00%
19.61%

Color #C7BECD in popluar number systems.

HEX C7 BE CD
Decimal 199 190 205
Binary 11000111 10111110 11001101
Octal 307 276 315

Shades and tints

Shades of #C7BECD

#C7BECD
(199,190,205)
#B5ADBB
(181,173,187)
#A39CA9
(163,156,169)
#918B97
(145,139,151)
#7F7A85
(127,122,133)
#6D6973
(109,105,115)
#5B5861
(91,88,97)
#49474F
(73,71,79)
#37363D
(55,54,61)
#25252B
(37,37,43)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #C7BECD

#C7BECD
(199,190,205)
#CCC3D1
(204,195,209)
#D1C8D5
(209,200,213)
#D6CDD9
(214,205,217)
#DBD2DD
(219,210,221)
#E0D7E1
(224,215,225)
#E5DCE5
(229,220,229)
#EAE1E9
(234,225,233)
#EFE6ED
(239,230,237)
#F4EBF1
(244,235,241)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BECD; }

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

This text font color is #C7BECD.

Background Color

.myBgColor { background-color: #C7BECD; }

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

This div background color is #C7BECD.

Border color

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

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

This div border color is #C7BECD.

Opacity

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

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

Text with #C7BECD 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 #C7BECD;}

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

This text has shadow with #C7BECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BECD.

Preview

Color preview on black background

This text has color #C7BECD on black background.


Color preview on white background

This text has color #C7BECD on white background.


Black color preview on #C7BECD background

This text has black color on #C7BECD background.


White color preview on #C7BECD background

This text has white color on #C7BECD background.


Related colors

Complementary color

Complementary color for #hex is #384132.


I love getcolorcode.com

Triadic colors

1 #CDC7BE and #BECDC7 with #C7BECD are triadic colors.

2 #CDBEC7 and #BEC7CD with #C7BECD are triadic colors.