COLOR #CCB8D5

HEX: #CCB8D5 RGB: (204,184,213)

Color info

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

RGB color model

#CCB8D5 color RGB value is (204,184,213).

RGB: (204,184,213) (80%, 72%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 213 of 255 = 84%

204
184
213

R + G + B ~ 79%. #CCB8D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 184 + 213 = 601 (100%)
R 204 of 601 ~ 33.94%
G 184 of 601 ~ 30.62%
B 213 of 601 ~ 35.44'%

%33.94
%30.62
%35.44

CMYK color model

#CCB8D5 color CMYK value is (4,14,0,16).

  • cyan value is 4.23%
  • magenta value is 13.62%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (4,14,0,16)
C4M14Y0K16 (4%, 14%, 0%, 16%)
(0.04 / 0.14 / 0.00 / 0.16)

CMYK percentages

%4.23
%13.62
%0
%16.47

Codes

Color #CCB8D5 in popluar color models

CC B8 D5
RGB 204 184 213
HSL 281° 25.66% 77.84%
HSB/HSV 281° 13.62% 83.53%
CMYK 4.23% 13.62% 0.00%
16.47%

Color #CCB8D5 in popluar number systems.

HEX CC B8 D5
Decimal 204 184 213
Binary 11001100 10111000 11010101
Octal 314 270 325

Shades and tints

Shades of #CCB8D5

#CCB8D5
(204,184,213)
#BAA8C2
(186,168,194)
#A898AF
(168,152,175)
#96889C
(150,136,156)
#847889
(132,120,137)
#726876
(114,104,118)
#605863
(96,88,99)
#4E4850
(78,72,80)
#3C383D
(60,56,61)
#2A282A
(42,40,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCB8D5

#CCB8D5
(204,184,213)
#D0BED8
(208,190,216)
#D4C4DB
(212,196,219)
#D8CADE
(216,202,222)
#DCD0E1
(220,208,225)
#E0D6E4
(224,214,228)
#E4DCE7
(228,220,231)
#E8E2EA
(232,226,234)
#ECE8ED
(236,232,237)
#F0EEF0
(240,238,240)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB8D5; }

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

This text font color is #CCB8D5.

Background Color

.myBgColor { background-color: #CCB8D5; }

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

This div background color is #CCB8D5.

Border color

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

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

This div border color is #CCB8D5.

Opacity

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

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

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

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

This text has shadow with #CCB8D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB8D5.

Preview

Color preview on black background

This text has color #CCB8D5 on black background.


Color preview on white background

This text has color #CCB8D5 on white background.


Black color preview on #CCB8D5 background

This text has black color on #CCB8D5 background.


White color preview on #CCB8D5 background

This text has white color on #CCB8D5 background.


Related colors

Complementary color

Complementary color for #hex is #33472A.


I love getcolorcode.com

Triadic colors

1 #D5CCB8 and #B8D5CC with #CCB8D5 are triadic colors.

2 #D5B8CC and #B8CCD5 with #CCB8D5 are triadic colors.