COLOR #CDB2D5

HEX: #CDB2D5
RGB: (205,178,213)

Color info

#CDB2D5 contains red, green and blue colors in about the same proportion. Web safe color of #CDB2D5 is #CC99CC (or #C9C).

RGB color model

#CDB2D5 color RGB value is (205,178,213).

  • red value is 205;
  • green value is 178;
  • blue value is 213.
RGB:
(205,178,213)
(80%,70%,84%)

RGB channels and saturation

R 205 of 255 = 80%
G 178 of 255 = 70%
B 213 of 255 = 84%

205
178
213

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

Portions of RGB colors in percentages

R + G + B =
205 + 178 + 213 = 596 (100%)
R 205 of 596 ~ 34.4%
G 178 of 596 ~ 29.87%
B 213 of 596 ~ 35.74%

%34.4
%29.87
%35.74

CMYK color model

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

  • cyan value is 3.76%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,16,0,16)
C4M16Y0K16 
(4%,16%,0%,16%)
(0.04/0.16/0.00/0.16)	

CMYK percentages

%3.76
%16.43
%0
%16.47

Codes

Color #CDB2D5 in popluar color models

CDB2D5
RGB205178213
HSL286°29.41%76.67%
HSB/HSV286°16.43%83.53%
CMYK3.76%16.43%0.00%
16.47%

Color #CDB2D5 in popluar number systems.

HEXCDB2D5
Decimal205178213
Binary110011011011001011010101
Octal315262325

Shades and tints

Shades of #CDB2D5

#CDB2D5
(205,178,213)
#BBA2C2
(187,162,194)
#A992AF
(169,146,175)
#97829C
(151,130,156)
#857289
(133,114,137)
#736276
(115,98,118)
#615263
(97,82,99)
#4F4250
(79,66,80)
#3D323D
(61,50,61)
#2B222A
(43,34,42)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #CDB2D5

#CDB2D5
(205,178,213)
#D1B9D8
(209,185,216)
#D5C0DB
(213,192,219)
#D9C7DE
(217,199,222)
#DDCEE1
(221,206,225)
#E1D5E4
(225,213,228)
#E5DCE7
(229,220,231)
#E9E3EA
(233,227,234)
#EDEAED
(237,234,237)
#F1F1F0
(241,241,240)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB2D5 color. Also use rgb(205,178,213) instead hex code.

Text Font Color

.myTextColor { color: #CDB2D5; }

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

This text font color is #CDB2D5.


Background Color

.myBgColor { background-color: #CDB2D5; }

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

This div background color is #CDB2D5.


Border color

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

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

This div border color is #CDB2D5.


Opacity

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

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

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

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

This text has shadow with #CDB2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB2D5 on black background.


Color preview on white background

This text has color #CDB2D5 on white background.



Black color preview on #CDB2D5 background

This text has black color on #CDB2D5 background.


White color preview on #CDB2D5 background

This text has white color on #CDB2D5 background.