COLOR #CBB1D2

HEX: #CBB1D2
RGB: (203,177,210)

Color info

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

RGB color model

#CBB1D2 color RGB value is (203,177,210).

  • red value is 203;
  • green value is 177;
  • blue value is 210.
RGB:
(203,177,210)
(80%,69%,82%)

RGB channels and saturation

R 203 of 255 = 80%
G 177 of 255 = 69%
B 210 of 255 = 82%

203
177
210

R + G + B ~ 77%. #CBB1D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 177 + 210 = 590 (100%)
R 203 of 590 ~ 34.41%
G 177 of 590 ~ 30%
B 210 of 590 ~ 35.59%

%34.41
%30
%35.59

CMYK color model

#CBB1D2 color CMYK value is (3,16,0,18).

  • cyan value is 3.33%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(3,16,0,18)
C3M16Y0K18 
(3%,16%,0%,18%)
(0.03/0.16/0.00/0.18)	

CMYK percentages

%3.33
%15.71
%0
%17.65

Codes

Color #CBB1D2 in popluar color models

CBB1D2
RGB203177210
HSL287°26.83%75.88%
HSB/HSV287°15.71%82.35%
CMYK3.33%15.71%0.00%
17.65%

Color #CBB1D2 in popluar number systems.

HEXCBB1D2
Decimal203177210
Binary110010111011000111010010
Octal313261322

Shades and tints

Shades of #CBB1D2

#CBB1D2
(203,177,210)
#B9A1BF
(185,161,191)
#A791AC
(167,145,172)
#958199
(149,129,153)
#837186
(131,113,134)
#716173
(113,97,115)
#5F5160
(95,81,96)
#4D414D
(77,65,77)
#3B313A
(59,49,58)
#292127
(41,33,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #CBB1D2

#CBB1D2
(203,177,210)
#CFB8D6
(207,184,214)
#D3BFDA
(211,191,218)
#D7C6DE
(215,198,222)
#DBCDE2
(219,205,226)
#DFD4E6
(223,212,230)
#E3DBEA
(227,219,234)
#E7E2EE
(231,226,238)
#EBE9F2
(235,233,242)
#EFF0F6
(239,240,246)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB1D2 color. Also use rgb(203,177,210) instead hex code.

Text Font Color

.myTextColor { color: #CBB1D2; }

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

This text font color is #CBB1D2.


Background Color

.myBgColor { background-color: #CBB1D2; }

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

This div background color is #CBB1D2.


Border color

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

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

This div border color is #CBB1D2.


Opacity

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

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

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

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

This text has shadow with #CBB1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB1D2 on black background.


Color preview on white background

This text has color #CBB1D2 on white background.



Black color preview on #CBB1D2 background

This text has black color on #CBB1D2 background.


White color preview on #CBB1D2 background

This text has white color on #CBB1D2 background.