COLOR #CBB8DA

HEX: #CBB8DA
RGB: (203,184,218)

Color info

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

RGB color model

#CBB8DA color RGB value is (203,184,218).

  • red value is 203;
  • green value is 184;
  • blue value is 218.
RGB:
(203,184,218)
(80%,72%,85%)

RGB channels and saturation

R 203 of 255 = 80%
G 184 of 255 = 72%
B 218 of 255 = 85%

203
184
218

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

Portions of RGB colors in percentages

R + G + B =
203 + 184 + 218 = 605 (100%)
R 203 of 605 ~ 33.55%
G 184 of 605 ~ 30.41%
B 218 of 605 ~ 36.03%

%33.55
%30.41
%36.03

CMYK color model

#CBB8DA color CMYK value is (7,16,0,15).

  • cyan value is 6.88%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(7,16,0,15)
C7M16Y0K15 
(7%,16%,0%,15%)
(0.07/0.16/0.00/0.15)	

CMYK percentages

%6.88
%15.6
%0
%14.51

Codes

Color #CBB8DA in popluar color models

CBB8DA
RGB203184218
HSL274°31.48%78.82%
HSB/HSV274°15.60%85.49%
CMYK6.88%15.60%0.00%
14.51%

Color #CBB8DA in popluar number systems.

HEXCBB8DA
Decimal203184218
Binary110010111011100011011010
Octal313270332

Shades and tints

Shades of #CBB8DA

#CBB8DA
(203,184,218)
#B9A8C7
(185,168,199)
#A798B4
(167,152,180)
#9588A1
(149,136,161)
#83788E
(131,120,142)
#71687B
(113,104,123)
#5F5868
(95,88,104)
#4D4855
(77,72,85)
#3B3842
(59,56,66)
#29282F
(41,40,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #CBB8DA

#CBB8DA
(203,184,218)
#CFBEDD
(207,190,221)
#D3C4E0
(211,196,224)
#D7CAE3
(215,202,227)
#DBD0E6
(219,208,230)
#DFD6E9
(223,214,233)
#E3DCEC
(227,220,236)
#E7E2EF
(231,226,239)
#EBE8F2
(235,232,242)
#EFEEF5
(239,238,245)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB8DA color. Also use rgb(203,184,218) instead hex code.

Text Font Color

.myTextColor { color: #CBB8DA; }

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

This text font color is #CBB8DA.


Background Color

.myBgColor { background-color: #CBB8DA; }

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

This div background color is #CBB8DA.


Border color

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

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

This div border color is #CBB8DA.


Opacity

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

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

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

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

This text has shadow with #CBB8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB8DA on black background.


Color preview on white background

This text has color #CBB8DA on white background.



Black color preview on #CBB8DA background

This text has black color on #CBB8DA background.


White color preview on #CBB8DA background

This text has white color on #CBB8DA background.