COLOR #C7BBCC

HEX: #C7BBCC RGB: (199,187,204)

Color info

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

RGB color model

#C7BBCC color RGB value is (199,187,204).

RGB: (199,187,204) (78%, 73%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 204 of 255 = 80%

199
187
204

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

Portions of RGB colors in percentages

R + G + B = 199 + 187 + 204 = 590 (100%)
R 199 of 590 ~ 33.73%
G 187 of 590 ~ 31.69%
B 204 of 590 ~ 34.58'%

%33.73
%31.69
%34.58

CMYK color model

#C7BBCC color CMYK value is (2,8,0,20).

  • cyan value is 2.45%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (2,8,0,20)
C2M8Y0K20 (2%, 8%, 0%, 20%)
(0.02 / 0.08 / 0.00 / 0.20)

CMYK percentages

%2.45
%8.33
%0
%20

Codes

Color #C7BBCC in popluar color models

C7 BB CC
RGB 199 187 204
HSL 282° 14.29% 76.67%
HSB/HSV 282° 8.33% 80.00%
CMYK 2.45% 8.33% 0.00%
20.00%

Color #C7BBCC in popluar number systems.

HEX C7 BB CC
Decimal 199 187 204
Binary 11000111 10111011 11001100
Octal 307 273 314

Shades and tints

Shades of #C7BBCC

#C7BBCC
(199,187,204)
#B5AABA
(181,170,186)
#A399A8
(163,153,168)
#918896
(145,136,150)
#7F7784
(127,119,132)
#6D6672
(109,102,114)
#5B5560
(91,85,96)
#49444E
(73,68,78)
#37333C
(55,51,60)
#25222A
(37,34,42)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #C7BBCC

#C7BBCC
(199,187,204)
#CCC1D0
(204,193,208)
#D1C7D4
(209,199,212)
#D6CDD8
(214,205,216)
#DBD3DC
(219,211,220)
#E0D9E0
(224,217,224)
#E5DFE4
(229,223,228)
#EAE5E8
(234,229,232)
#EFEBEC
(239,235,236)
#F4F1F0
(244,241,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BBCC color. Also use rgb(199,187,204) instead hex code.

Text Font Color

.myTextColor { color: #C7BBCC; }

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

This text font color is #C7BBCC.

Background Color

.myBgColor { background-color: #C7BBCC; }

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

This div background color is #C7BBCC.

Border color

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

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

This div border color is #C7BBCC.

Opacity

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

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

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

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

This text has shadow with #C7BBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BBCC.

Preview

Color preview on black background

This text has color #C7BBCC on black background.


Color preview on white background

This text has color #C7BBCC on white background.


Black color preview on #C7BBCC background

This text has black color on #C7BBCC background.


White color preview on #C7BBCC background

This text has white color on #C7BBCC background.


Related colors

Complementary color

Complementary color for #hex is #384433.


I love getcolorcode.com

Triadic colors

1 #CCC7BB and #BBCCC7 with #C7BBCC are triadic colors.

2 #CCBBC7 and #BBC7CC with #C7BBCC are triadic colors.