COLOR #C7B8CC

HEX: #C7B8CC RGB: (199,184,204)

Color info

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

RGB color model

#C7B8CC color RGB value is (199,184,204).

RGB: (199,184,204) (78%, 72%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 184 of 255 = 72%
B 204 of 255 = 80%

199
184
204

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

Portions of RGB colors in percentages

R + G + B = 199 + 184 + 204 = 587 (100%)
R 199 of 587 ~ 33.9%
G 184 of 587 ~ 31.35%
B 204 of 587 ~ 34.75'%

%33.9
%31.35
%34.75

CMYK color model

#C7B8CC color CMYK value is (2,10,0,20).

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

CMYK: (2,10,0,20)
C2M10Y0K20 (2%, 10%, 0%, 20%)
(0.02 / 0.10 / 0.00 / 0.20)

CMYK percentages

%2.45
%9.8
%0
%20

Codes

Color #C7B8CC in popluar color models

C7 B8 CC
RGB 199 184 204
HSL 285° 16.39% 76.08%
HSB/HSV 285° 9.80% 80.00%
CMYK 2.45% 9.80% 0.00%
20.00%

Color #C7B8CC in popluar number systems.

HEX C7 B8 CC
Decimal 199 184 204
Binary 11000111 10111000 11001100
Octal 307 270 314

Shades and tints

Shades of #C7B8CC

#C7B8CC
(199,184,204)
#B5A8BA
(181,168,186)
#A398A8
(163,152,168)
#918896
(145,136,150)
#7F7884
(127,120,132)
#6D6872
(109,104,114)
#5B5860
(91,88,96)
#49484E
(73,72,78)
#37383C
(55,56,60)
#25282A
(37,40,42)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7B8CC

#C7B8CC
(199,184,204)
#CCBED0
(204,190,208)
#D1C4D4
(209,196,212)
#D6CAD8
(214,202,216)
#DBD0DC
(219,208,220)
#E0D6E0
(224,214,224)
#E5DCE4
(229,220,228)
#EAE2E8
(234,226,232)
#EFE8EC
(239,232,236)
#F4EEF0
(244,238,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B8CC; }

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

This text font color is #C7B8CC.

Background Color

.myBgColor { background-color: #C7B8CC; }

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

This div background color is #C7B8CC.

Border color

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

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

This div border color is #C7B8CC.

Opacity

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

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

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

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

This text has shadow with #C7B8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B8CC.

Preview

Color preview on black background

This text has color #C7B8CC on black background.


Color preview on white background

This text has color #C7B8CC on white background.


Black color preview on #C7B8CC background

This text has black color on #C7B8CC background.


White color preview on #C7B8CC background

This text has white color on #C7B8CC background.


Related colors

Complementary color

Complementary color for #hex is #384733.


I love getcolorcode.com

Triadic colors

1 #CCC7B8 and #B8CCC7 with #C7B8CC are triadic colors.

2 #CCB8C7 and #B8C7CC with #C7B8CC are triadic colors.