COLOR #CBAEB0

HEX: #CBAEB0
RGB: (203,174,176)

Color info

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

RGB color model

#CBAEB0 color RGB value is (203,174,176).

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

RGB channels and saturation

R 203 of 255 = 80%
G 174 of 255 = 68%
B 176 of 255 = 69%

203
174
176

R + G + B ~ 72%. #CBAEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 174 + 176 = 553 (100%)
R 203 of 553 ~ 36.71%
G 174 of 553 ~ 31.46%
B 176 of 553 ~ 31.83%

%36.71
%31.46
%31.83

CMYK color model

#CBAEB0 color CMYK value is (0,14,13,20).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 13.30%
  • key color value is 20.39%
CMYK:
(0,14,13,20)
C0M14Y13K20 
(0%,14%,13%,20%)
(0.00/0.14/0.13/0.20)	

CMYK percentages

%0
%14.29
%13.3
%20.39

Codes

Color #CBAEB0 in popluar color models

CBAEB0
RGB203174176
HSL356°21.80%73.92%
HSB/HSV356°14.29%79.61%
CMYK0.00%14.29%13.30%
20.39%

Color #CBAEB0 in popluar number systems.

HEXCBAEB0
Decimal203174176
Binary110010111010111010110000
Octal313256260

Shades and tints

Shades of #CBAEB0

#CBAEB0
(203,174,176)
#B99FA0
(185,159,160)
#A79090
(167,144,144)
#958180
(149,129,128)
#837270
(131,114,112)
#716360
(113,99,96)
#5F5450
(95,84,80)
#4D4540
(77,69,64)
#3B3630
(59,54,48)
#292720
(41,39,32)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #CBAEB0

#CBAEB0
(203,174,176)
#CFB5B7
(207,181,183)
#D3BCBE
(211,188,190)
#D7C3C5
(215,195,197)
#DBCACC
(219,202,204)
#DFD1D3
(223,209,211)
#E3D8DA
(227,216,218)
#E7DFE1
(231,223,225)
#EBE6E8
(235,230,232)
#EFEDEF
(239,237,239)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBAEB0; }

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

This text font color is #CBAEB0.


Background Color

.myBgColor { background-color: #CBAEB0; }

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

This div background color is #CBAEB0.


Border color

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

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

This div border color is #CBAEB0.


Opacity

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

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

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

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

This text has shadow with #CBAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAEB0 on black background.


Color preview on white background

This text has color #CBAEB0 on white background.



Black color preview on #CBAEB0 background

This text has black color on #CBAEB0 background.


White color preview on #CBAEB0 background

This text has white color on #CBAEB0 background.