COLOR #CBB9DA

HEX: #CBB9DA RGB: (203,185,218)

Color info

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

RGB color model

#CBB9DA color RGB value is (203,185,218).

RGB: (203,185,218) (80%, 73%, 85%)

RGB channels and saturation

R 203 of 255 = 80%
G 185 of 255 = 73%
B 218 of 255 = 85%

203
185
218

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

Portions of RGB colors in percentages

R + G + B = 203 + 185 + 218 = 606 (100%)
R 203 of 606 ~ 33.5%
G 185 of 606 ~ 30.53%
B 218 of 606 ~ 35.97'%

%33.5
%30.53
%35.97

CMYK color model

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

  • cyan value is 6.88%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (7,15,0,15)
C7M15Y0K15 (7%, 15%, 0%, 15%)
(0.07 / 0.15 / 0.00 / 0.15)

CMYK percentages

%6.88
%15.14
%0
%14.51

Codes

Color #CBB9DA in popluar color models

CB B9 DA
RGB 203 185 218
HSL 273° 30.84% 79.02%
HSB/HSV 273° 15.14% 85.49%
CMYK 6.88% 15.14% 0.00%
14.51%

Color #CBB9DA in popluar number systems.

HEX CB B9 DA
Decimal 203 185 218
Binary 11001011 10111001 11011010
Octal 313 271 332

Shades and tints

Shades of #CBB9DA

#CBB9DA
(203,185,218)
#B9A9C7
(185,169,199)
#A799B4
(167,153,180)
#9589A1
(149,137,161)
#83798E
(131,121,142)
#71697B
(113,105,123)
#5F5968
(95,89,104)
#4D4955
(77,73,85)
#3B3942
(59,57,66)
#29292F
(41,41,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #CBB9DA

#CBB9DA
(203,185,218)
#CFBFDD
(207,191,221)
#D3C5E0
(211,197,224)
#D7CBE3
(215,203,227)
#DBD1E6
(219,209,230)
#DFD7E9
(223,215,233)
#E3DDEC
(227,221,236)
#E7E3EF
(231,227,239)
#EBE9F2
(235,233,242)
#EFEFF5
(239,239,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB9DA; }

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

This text font color is #CBB9DA.

Background Color

.myBgColor { background-color: #CBB9DA; }

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

This div background color is #CBB9DA.

Border color

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

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

This div border color is #CBB9DA.

Opacity

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

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

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

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

This text has shadow with #CBB9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB9DA.

Preview

Color preview on black background

This text has color #CBB9DA on black background.


Color preview on white background

This text has color #CBB9DA on white background.


Black color preview on #CBB9DA background

This text has black color on #CBB9DA background.


White color preview on #CBB9DA background

This text has white color on #CBB9DA background.


Related colors

Complementary color

Complementary color for #hex is #344625.


I love getcolorcode.com

Triadic colors

1 #DACBB9 and #B9DACB with #CBB9DA are triadic colors.

2 #DAB9CB and #B9CBDA with #CBB9DA are triadic colors.