COLOR #CCB5C7

HEX: #CCB5C7 RGB: (204,181,199)

Color info

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

RGB color model

#CCB5C7 color RGB value is (204,181,199).

RGB: (204,181,199) (80%, 71%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 181 of 255 = 71%
B 199 of 255 = 78%

204
181
199

R + G + B ~ 76%. #CCB5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 181 + 199 = 584 (100%)
R 204 of 584 ~ 34.93%
G 181 of 584 ~ 30.99%
B 199 of 584 ~ 34.08'%

%34.93
%30.99
%34.08

CMYK color model

#CCB5C7 color CMYK value is (0,11,2,20).

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

CMYK: (0,11,2,20)
C0M11Y2K20 (0%, 11%, 2%, 20%)
(0.00 / 0.11 / 0.02 / 0.20)

CMYK percentages

%0
%11.27
%2.45
%20

Codes

Color #CCB5C7 in popluar color models

CC B5 C7
RGB 204 181 199
HSL 313° 18.40% 75.49%
HSB/HSV 313° 11.27% 80.00%
CMYK 0.00% 11.27% 2.45%
20.00%

Color #CCB5C7 in popluar number systems.

HEX CC B5 C7
Decimal 204 181 199
Binary 11001100 10110101 11000111
Octal 314 265 307

Shades and tints

Shades of #CCB5C7

#CCB5C7
(204,181,199)
#BAA5B5
(186,165,181)
#A895A3
(168,149,163)
#968591
(150,133,145)
#84757F
(132,117,127)
#72656D
(114,101,109)
#60555B
(96,85,91)
#4E4549
(78,69,73)
#3C3537
(60,53,55)
#2A2525
(42,37,37)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #CCB5C7

#CCB5C7
(204,181,199)
#D0BBCC
(208,187,204)
#D4C1D1
(212,193,209)
#D8C7D6
(216,199,214)
#DCCDDB
(220,205,219)
#E0D3E0
(224,211,224)
#E4D9E5
(228,217,229)
#E8DFEA
(232,223,234)
#ECE5EF
(236,229,239)
#F0EBF4
(240,235,244)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB5C7; }

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

This text font color is #CCB5C7.

Background Color

.myBgColor { background-color: #CCB5C7; }

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

This div background color is #CCB5C7.

Border color

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

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

This div border color is #CCB5C7.

Opacity

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

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

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

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

This text has shadow with #CCB5C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB5C7.

Preview

Color preview on black background

This text has color #CCB5C7 on black background.


Color preview on white background

This text has color #CCB5C7 on white background.


Black color preview on #CCB5C7 background

This text has black color on #CCB5C7 background.


White color preview on #CCB5C7 background

This text has white color on #CCB5C7 background.


Related colors

Complementary color

Complementary color for #hex is #334A38.


I love getcolorcode.com

Triadic colors

1 #C7CCB5 and #B5C7CC with #CCB5C7 are triadic colors.

2 #C7B5CC and #B5CCC7 with #CCB5C7 are triadic colors.