COLOR #CBAFE2

HEX: #CBAFE2
RGB: (203,175,226)

Color info

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

RGB color model

#CBAFE2 color RGB value is (203,175,226).

  • red value is 203;
  • green value is 175;
  • blue value is 226.
RGB:
(203,175,226)
(80%,69%,89%)

RGB channels and saturation

R 203 of 255 = 80%
G 175 of 255 = 69%
B 226 of 255 = 89%

203
175
226

R + G + B ~ 79%. #CBAFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 175 + 226 = 604 (100%)
R 203 of 604 ~ 33.61%
G 175 of 604 ~ 28.97%
B 226 of 604 ~ 37.42%

%33.61
%28.97
%37.42

CMYK color model

#CBAFE2 color CMYK value is (10,23,0,11).

  • cyan value is 10.18%
  • magenta value is 22.57%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(10,23,0,11)
C10M23Y0K11 
(10%,23%,0%,11%)
(0.10/0.23/0.00/0.11)	

CMYK percentages

%10.18
%22.57
%0
%11.37

Codes

Color #CBAFE2 in popluar color models

CBAFE2
RGB203175226
HSL273°46.79%78.63%
HSB/HSV273°22.57%88.63%
CMYK10.18%22.57%0.00%
11.37%

Color #CBAFE2 in popluar number systems.

HEXCBAFE2
Decimal203175226
Binary110010111010111111100010
Octal313257342

Shades and tints

Shades of #CBAFE2

#CBAFE2
(203,175,226)
#B9A0CE
(185,160,206)
#A791BA
(167,145,186)
#9582A6
(149,130,166)
#837392
(131,115,146)
#71647E
(113,100,126)
#5F556A
(95,85,106)
#4D4656
(77,70,86)
#3B3742
(59,55,66)
#29282E
(41,40,46)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #CBAFE2

#CBAFE2
(203,175,226)
#CFB6E4
(207,182,228)
#D3BDE6
(211,189,230)
#D7C4E8
(215,196,232)
#DBCBEA
(219,203,234)
#DFD2EC
(223,210,236)
#E3D9EE
(227,217,238)
#E7E0F0
(231,224,240)
#EBE7F2
(235,231,242)
#EFEEF4
(239,238,244)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBAFE2 color. Also use rgb(203,175,226) instead hex code.

Text Font Color

.myTextColor { color: #CBAFE2; }

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

This text font color is #CBAFE2.


Background Color

.myBgColor { background-color: #CBAFE2; }

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

This div background color is #CBAFE2.


Border color

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

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

This div border color is #CBAFE2.


Opacity

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

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

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

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

This text has shadow with #CBAFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAFE2 on black background.


Color preview on white background

This text has color #CBAFE2 on white background.



Black color preview on #CBAFE2 background

This text has black color on #CBAFE2 background.


White color preview on #CBAFE2 background

This text has white color on #CBAFE2 background.