COLOR #CBB5D4

HEX: #CBB5D4
RGB: (203,181,212)

Color info

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

RGB color model

#CBB5D4 color RGB value is (203,181,212).

  • red value is 203;
  • green value is 181;
  • blue value is 212.
RGB:
(203,181,212)
(80%,71%,83%)

RGB channels and saturation

R 203 of 255 = 80%
G 181 of 255 = 71%
B 212 of 255 = 83%

203
181
212

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

Portions of RGB colors in percentages

R + G + B =
203 + 181 + 212 = 596 (100%)
R 203 of 596 ~ 34.06%
G 181 of 596 ~ 30.37%
B 212 of 596 ~ 35.57%

%34.06
%30.37
%35.57

CMYK color model

#CBB5D4 color CMYK value is (4,15,0,17).

  • cyan value is 4.25%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(4,15,0,17)
C4M15Y0K17 
(4%,15%,0%,17%)
(0.04/0.15/0.00/0.17)	

CMYK percentages

%4.25
%14.62
%0
%16.86

Codes

Color #CBB5D4 in popluar color models

CBB5D4
RGB203181212
HSL283°26.50%77.06%
HSB/HSV283°14.62%83.14%
CMYK4.25%14.62%0.00%
16.86%

Color #CBB5D4 in popluar number systems.

HEXCBB5D4
Decimal203181212
Binary110010111011010111010100
Octal313265324

Shades and tints

Shades of #CBB5D4

#CBB5D4
(203,181,212)
#B9A5C1
(185,165,193)
#A795AE
(167,149,174)
#95859B
(149,133,155)
#837588
(131,117,136)
#716575
(113,101,117)
#5F5562
(95,85,98)
#4D454F
(77,69,79)
#3B353C
(59,53,60)
#292529
(41,37,41)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #CBB5D4

#CBB5D4
(203,181,212)
#CFBBD7
(207,187,215)
#D3C1DA
(211,193,218)
#D7C7DD
(215,199,221)
#DBCDE0
(219,205,224)
#DFD3E3
(223,211,227)
#E3D9E6
(227,217,230)
#E7DFE9
(231,223,233)
#EBE5EC
(235,229,236)
#EFEBEF
(239,235,239)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB5D4 color. Also use rgb(203,181,212) instead hex code.

Text Font Color

.myTextColor { color: #CBB5D4; }

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

This text font color is #CBB5D4.


Background Color

.myBgColor { background-color: #CBB5D4; }

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

This div background color is #CBB5D4.


Border color

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

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

This div border color is #CBB5D4.


Opacity

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

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

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

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

This text has shadow with #CBB5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB5D4 on black background.


Color preview on white background

This text has color #CBB5D4 on white background.



Black color preview on #CBB5D4 background

This text has black color on #CBB5D4 background.


White color preview on #CBB5D4 background

This text has white color on #CBB5D4 background.