COLOR #CB99BB

HEX: #CB99BB
RGB: (203,153,187)

Color info

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

RGB color model

#CB99BB color RGB value is (203,153,187).

  • red value is 203;
  • green value is 153;
  • blue value is 187.
RGB:
(203,153,187)
(80%,60%,73%)

RGB channels and saturation

R 203 of 255 = 80%
G 153 of 255 = 60%
B 187 of 255 = 73%

203
153
187

R + G + B ~ 71%. #CB99BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 153 + 187 = 543 (100%)
R 203 of 543 ~ 37.38%
G 153 of 543 ~ 28.18%
B 187 of 543 ~ 34.44%

%37.38
%28.18
%34.44

CMYK color model

#CB99BB color CMYK value is (0,25,8,20).

  • cyan value is 0.00%
  • magenta value is 24.63%
  • yellow value is 7.88%
  • key color value is 20.39%
CMYK:
(0,25,8,20)
C0M25Y8K20 
(0%,25%,8%,20%)
(0.00/0.25/0.08/0.20)	

CMYK percentages

%0
%24.63
%7.88
%20.39

Codes

Color #CB99BB in popluar color models

CB99BB
RGB203153187
HSL319°32.47%69.80%
HSB/HSV319°24.63%79.61%
CMYK0.00%24.63%7.88%
20.39%

Color #CB99BB in popluar number systems.

HEXCB99BB
Decimal203153187
Binary110010111001100110111011
Octal313231273

Shades and tints

Shades of #CB99BB

#CB99BB
(203,153,187)
#B98CAA
(185,140,170)
#A77F99
(167,127,153)
#957288
(149,114,136)
#836577
(131,101,119)
#715866
(113,88,102)
#5F4B55
(95,75,85)
#4D3E44
(77,62,68)
#3B3133
(59,49,51)
#292422
(41,36,34)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #CB99BB

#CB99BB
(203,153,187)
#CFA2C1
(207,162,193)
#D3ABC7
(211,171,199)
#D7B4CD
(215,180,205)
#DBBDD3
(219,189,211)
#DFC6D9
(223,198,217)
#E3CFDF
(227,207,223)
#E7D8E5
(231,216,229)
#EBE1EB
(235,225,235)
#EFEAF1
(239,234,241)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB99BB color. Also use rgb(203,153,187) instead hex code.

Text Font Color

.myTextColor { color: #CB99BB; }

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

This text font color is #CB99BB.


Background Color

.myBgColor { background-color: #CB99BB; }

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

This div background color is #CB99BB.


Border color

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

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

This div border color is #CB99BB.


Opacity

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

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

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

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

This text has shadow with #CB99BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB99BB on black background.


Color preview on white background

This text has color #CB99BB on white background.



Black color preview on #CB99BB background

This text has black color on #CB99BB background.


White color preview on #CB99BB background

This text has white color on #CB99BB background.