COLOR #CBAEF6

HEX: #CBAEF6 RGB: (203,174,246)

Color info

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

RGB color model

#CBAEF6 color RGB value is (203,174,246).

RGB: (203,174,246) (80%, 68%, 96%)

RGB channels and saturation

R 203 of 255 = 80%
G 174 of 255 = 68%
B 246 of 255 = 96%

203
174
246

R + G + B ~ 81%. #CBAEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 174 + 246 = 623 (100%)
R 203 of 623 ~ 32.58%
G 174 of 623 ~ 27.93%
B 246 of 623 ~ 39.49'%

%32.58
%27.93
%39.49

CMYK color model

#CBAEF6 color CMYK value is (17,29,0,4).

  • cyan value is 17.48%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (17,29,0,4)
C17M29Y0K4 (17%, 29%, 0%, 4%)
(0.17 / 0.29 / 0.00 / 0.04)

CMYK percentages

%17.48
%29.27
%0
%3.53

Codes

Color #CBAEF6 in popluar color models

CB AE F6
RGB 203 174 246
HSL 264° 80.00% 82.35%
HSB/HSV 264° 29.27% 96.47%
CMYK 17.48% 29.27% 0.00%
3.53%

Color #CBAEF6 in popluar number systems.

HEX CB AE F6
Decimal 203 174 246
Binary 11001011 10101110 11110110
Octal 313 256 366

Shades and tints

Shades of #CBAEF6

#CBAEF6
(203,174,246)
#B99FE0
(185,159,224)
#A790CA
(167,144,202)
#9581B4
(149,129,180)
#83729E
(131,114,158)
#716388
(113,99,136)
#5F5472
(95,84,114)
#4D455C
(77,69,92)
#3B3646
(59,54,70)
#292730
(41,39,48)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #CBAEF6

#CBAEF6
(203,174,246)
#CFB5F6
(207,181,246)
#D3BCF6
(211,188,246)
#D7C3F6
(215,195,246)
#DBCAF6
(219,202,246)
#DFD1F6
(223,209,246)
#E3D8F6
(227,216,246)
#E7DFF6
(231,223,246)
#EBE6F6
(235,230,246)
#EFEDF6
(239,237,246)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBAEF6; }

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

This text font color is #CBAEF6.

Background Color

.myBgColor { background-color: #CBAEF6; }

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

This div background color is #CBAEF6.

Border color

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

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

This div border color is #CBAEF6.

Opacity

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

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

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

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

This text has shadow with #CBAEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBAEF6.

Preview

Color preview on black background

This text has color #CBAEF6 on black background.


Color preview on white background

This text has color #CBAEF6 on white background.


Black color preview on #CBAEF6 background

This text has black color on #CBAEF6 background.


White color preview on #CBAEF6 background

This text has white color on #CBAEF6 background.


Related colors

Complementary color

Complementary color for #hex is #345109.


I love getcolorcode.com

Triadic colors

1 #F6CBAE and #AEF6CB with #CBAEF6 are triadic colors.

2 #F6AECB and #AECBF6 with #CBAEF6 are triadic colors.