COLOR #CBAEB9

HEX: #CBAEB9
RGB: (203,174,185)

Color info

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

RGB color model

#CBAEB9 color RGB value is (203,174,185).

  • red value is 203;
  • green value is 174;
  • blue value is 185.
RGB:
(203,174,185)
(80%,68%,73%)

RGB channels and saturation

R 203 of 255 = 80%
G 174 of 255 = 68%
B 185 of 255 = 73%

203
174
185

R + G + B ~ 74%. #CBAEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 174 + 185 = 562 (100%)
R 203 of 562 ~ 36.12%
G 174 of 562 ~ 30.96%
B 185 of 562 ~ 32.92%

%36.12
%30.96
%32.92

CMYK color model

#CBAEB9 color CMYK value is (0,14,9,20).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK:
(0,14,9,20)
C0M14Y9K20 
(0%,14%,9%,20%)
(0.00/0.14/0.09/0.20)	

CMYK percentages

%0
%14.29
%8.87
%20.39

Codes

Color #CBAEB9 in popluar color models

CBAEB9
RGB203174185
HSL337°21.80%73.92%
HSB/HSV337°14.29%79.61%
CMYK0.00%14.29%8.87%
20.39%

Color #CBAEB9 in popluar number systems.

HEXCBAEB9
Decimal203174185
Binary110010111010111010111001
Octal313256271

Shades and tints

Shades of #CBAEB9

#CBAEB9
(203,174,185)
#B99FA9
(185,159,169)
#A79099
(167,144,153)
#958189
(149,129,137)
#837279
(131,114,121)
#716369
(113,99,105)
#5F5459
(95,84,89)
#4D4549
(77,69,73)
#3B3639
(59,54,57)
#292729
(41,39,41)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #CBAEB9

#CBAEB9
(203,174,185)
#CFB5BF
(207,181,191)
#D3BCC5
(211,188,197)
#D7C3CB
(215,195,203)
#DBCAD1
(219,202,209)
#DFD1D7
(223,209,215)
#E3D8DD
(227,216,221)
#E7DFE3
(231,223,227)
#EBE6E9
(235,230,233)
#EFEDEF
(239,237,239)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBAEB9; }

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

This text font color is #CBAEB9.


Background Color

.myBgColor { background-color: #CBAEB9; }

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

This div background color is #CBAEB9.


Border color

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

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

This div border color is #CBAEB9.


Opacity

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

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

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

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

This text has shadow with #CBAEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAEB9 on black background.


Color preview on white background

This text has color #CBAEB9 on white background.



Black color preview on #CBAEB9 background

This text has black color on #CBAEB9 background.


White color preview on #CBAEB9 background

This text has white color on #CBAEB9 background.