COLOR #CBAEED

HEX: #CBAEED
RGB: (203,174,237)

Color info

#CBAEED contains mainly red and blue colors. Web safe color of #CBAEED is #CC99FF (or #C9F).

RGB color model

#CBAEED color RGB value is (203,174,237).

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

RGB channels and saturation

R 203 of 255 = 80%
G 174 of 255 = 68%
B 237 of 255 = 93%

203
174
237

R + G + B ~ 80%. #CBAEED is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 174 + 237 = 614 (100%)
R 203 of 614 ~ 33.06%
G 174 of 614 ~ 28.34%
B 237 of 614 ~ 38.6%

%33.06
%28.34
%38.6

CMYK color model

#CBAEED color CMYK value is (14,27,0,7).

  • cyan value is 14.35%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(14,27,0,7)
C14M27Y0K7 
(14%,27%,0%,7%)
(0.14/0.27/0.00/0.07)	

CMYK percentages

%14.35
%26.58
%0
%7.06

Codes

Color #CBAEED in popluar color models

CBAEED
RGB203174237
HSL268°63.64%80.59%
HSB/HSV268°26.58%92.94%
CMYK14.35%26.58%0.00%
7.06%

Color #CBAEED in popluar number systems.

HEXCBAEED
Decimal203174237
Binary110010111010111011101101
Octal313256355

Shades and tints

Shades of #CBAEED

#CBAEED
(203,174,237)
#B99FD8
(185,159,216)
#A790C3
(167,144,195)
#9581AE
(149,129,174)
#837299
(131,114,153)
#716384
(113,99,132)
#5F546F
(95,84,111)
#4D455A
(77,69,90)
#3B3645
(59,54,69)
#292730
(41,39,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #CBAEED

#CBAEED
(203,174,237)
#CFB5EE
(207,181,238)
#D3BCEF
(211,188,239)
#D7C3F0
(215,195,240)
#DBCAF1
(219,202,241)
#DFD1F2
(223,209,242)
#E3D8F3
(227,216,243)
#E7DFF4
(231,223,244)
#EBE6F5
(235,230,245)
#EFEDF6
(239,237,246)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBAEED; }

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

This text font color is #CBAEED.


Background Color

.myBgColor { background-color: #CBAEED; }

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

This div background color is #CBAEED.


Border color

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

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

This div border color is #CBAEED.


Opacity

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

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

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

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

This text has shadow with #CBAEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAEED on black background.


Color preview on white background

This text has color #CBAEED on white background.



Black color preview on #CBAEED background

This text has black color on #CBAEED background.


White color preview on #CBAEED background

This text has white color on #CBAEED background.