COLOR #CBAEBA

HEX: #CBAEBA
RGB: (203,174,186)

Color info

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

RGB color model

#CBAEBA color RGB value is (203,174,186).

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

RGB channels and saturation

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

203
174
186

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

Portions of RGB colors in percentages

R + G + B =
203 + 174 + 186 = 563 (100%)
R 203 of 563 ~ 36.06%
G 174 of 563 ~ 30.91%
B 186 of 563 ~ 33.04%

%36.06
%30.91
%33.04

CMYK color model

#CBAEBA color CMYK value is (0,14,8,20).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.37%
  • key color value is 20.39%
CMYK:
(0,14,8,20)
C0M14Y8K20 
(0%,14%,8%,20%)
(0.00/0.14/0.08/0.20)	

CMYK percentages

%0
%14.29
%8.37
%20.39

Codes

Color #CBAEBA in popluar color models

CBAEBA
RGB203174186
HSL335°21.80%73.92%
HSB/HSV335°14.29%79.61%
CMYK0.00%14.29%8.37%
20.39%

Color #CBAEBA in popluar number systems.

HEXCBAEBA
Decimal203174186
Binary110010111010111010111010
Octal313256272

Shades and tints

Shades of #CBAEBA

#CBAEBA
(203,174,186)
#B99FAA
(185,159,170)
#A7909A
(167,144,154)
#95818A
(149,129,138)
#83727A
(131,114,122)
#71636A
(113,99,106)
#5F545A
(95,84,90)
#4D454A
(77,69,74)
#3B363A
(59,54,58)
#29272A
(41,39,42)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #CBAEBA

#CBAEBA
(203,174,186)
#CFB5C0
(207,181,192)
#D3BCC6
(211,188,198)
#D7C3CC
(215,195,204)
#DBCAD2
(219,202,210)
#DFD1D8
(223,209,216)
#E3D8DE
(227,216,222)
#E7DFE4
(231,223,228)
#EBE6EA
(235,230,234)
#EFEDF0
(239,237,240)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBAEBA; }

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

This text font color is #CBAEBA.


Background Color

.myBgColor { background-color: #CBAEBA; }

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

This div background color is #CBAEBA.


Border color

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

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

This div border color is #CBAEBA.


Opacity

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

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

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

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

This text has shadow with #CBAEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAEBA on black background.


Color preview on white background

This text has color #CBAEBA on white background.



Black color preview on #CBAEBA background

This text has black color on #CBAEBA background.


White color preview on #CBAEBA background

This text has white color on #CBAEBA background.