COLOR #CB99A4

HEX: #CB99A4
RGB: (203,153,164)

Color info

#CB99A4 contains red, green and blue colors in about the same proportion. Web safe color of #CB99A4 is #CC9999 (or #C99).

RGB color model

#CB99A4 color RGB value is (203,153,164).

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

RGB channels and saturation

R 203 of 255 = 80%
G 153 of 255 = 60%
B 164 of 255 = 64%

203
153
164

R + G + B ~ 68%. #CB99A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 153 + 164 = 520 (100%)
R 203 of 520 ~ 39.04%
G 153 of 520 ~ 29.42%
B 164 of 520 ~ 31.54%

%39.04
%29.42
%31.54

CMYK color model

#CB99A4 color CMYK value is (0,25,19,20).

  • cyan value is 0.00%
  • magenta value is 24.63%
  • yellow value is 19.21%
  • key color value is 20.39%
CMYK:
(0,25,19,20)
C0M25Y19K20 
(0%,25%,19%,20%)
(0.00/0.25/0.19/0.20)	

CMYK percentages

%0
%24.63
%19.21
%20.39

Codes

Color #CB99A4 in popluar color models

CB99A4
RGB203153164
HSL347°32.47%69.80%
HSB/HSV347°24.63%79.61%
CMYK0.00%24.63%19.21%
20.39%

Color #CB99A4 in popluar number systems.

HEXCB99A4
Decimal203153164
Binary110010111001100110100100
Octal313231244

Shades and tints

Shades of #CB99A4

#CB99A4
(203,153,164)
#B98C96
(185,140,150)
#A77F88
(167,127,136)
#95727A
(149,114,122)
#83656C
(131,101,108)
#71585E
(113,88,94)
#5F4B50
(95,75,80)
#4D3E42
(77,62,66)
#3B3134
(59,49,52)
#292426
(41,36,38)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #CB99A4

#CB99A4
(203,153,164)
#CFA2AC
(207,162,172)
#D3ABB4
(211,171,180)
#D7B4BC
(215,180,188)
#DBBDC4
(219,189,196)
#DFC6CC
(223,198,204)
#E3CFD4
(227,207,212)
#E7D8DC
(231,216,220)
#EBE1E4
(235,225,228)
#EFEAEC
(239,234,236)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB99A4; }

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

This text font color is #CB99A4.


Background Color

.myBgColor { background-color: #CB99A4; }

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

This div background color is #CB99A4.


Border color

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

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

This div border color is #CB99A4.


Opacity

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

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

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

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

This text has shadow with #CB99A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB99A4 on black background.


Color preview on white background

This text has color #CB99A4 on white background.



Black color preview on #CB99A4 background

This text has black color on #CB99A4 background.


White color preview on #CB99A4 background

This text has white color on #CB99A4 background.