COLOR #CABAE4

HEX: #CABAE4 RGB: (202,186,228)

Color info

#CABAE4 contains red, green and blue colors in about the same proportion. Web safe color of #CABAE4 is #CCCCCC (or #CCC).

RGB color model

#CABAE4 color RGB value is (202,186,228).

RGB: (202,186,228) (79%, 73%, 89%)

RGB channels and saturation

R 202 of 255 = 79%
G 186 of 255 = 73%
B 228 of 255 = 89%

202
186
228

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

Portions of RGB colors in percentages

R + G + B = 202 + 186 + 228 = 616 (100%)
R 202 of 616 ~ 32.79%
G 186 of 616 ~ 30.19%
B 228 of 616 ~ 37.01'%

%32.79
%30.19
%37.01

CMYK color model

#CABAE4 color CMYK value is (11,18,0,11).

  • cyan value is 11.40%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (11,18,0,11)
C11M18Y0K11 (11%, 18%, 0%, 11%)
(0.11 / 0.18 / 0.00 / 0.11)

CMYK percentages

%11.4
%18.42
%0
%10.59

Codes

Color #CABAE4 in popluar color models

CA BA E4
RGB 202 186 228
HSL 263° 43.75% 81.18%
HSB/HSV 263° 18.42% 89.41%
CMYK 11.40% 18.42% 0.00%
10.59%

Color #CABAE4 in popluar number systems.

HEX CA BA E4
Decimal 202 186 228
Binary 11001010 10111010 11100100
Octal 312 272 344

Shades and tints

Shades of #CABAE4

#CABAE4
(202,186,228)
#B8AAD0
(184,170,208)
#A69ABC
(166,154,188)
#948AA8
(148,138,168)
#827A94
(130,122,148)
#706A80
(112,106,128)
#5E5A6C
(94,90,108)
#4C4A58
(76,74,88)
#3A3A44
(58,58,68)
#282A30
(40,42,48)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #CABAE4

#CABAE4
(202,186,228)
#CEC0E6
(206,192,230)
#D2C6E8
(210,198,232)
#D6CCEA
(214,204,234)
#DAD2EC
(218,210,236)
#DED8EE
(222,216,238)
#E2DEF0
(226,222,240)
#E6E4F2
(230,228,242)
#EAEAF4
(234,234,244)
#EEF0F6
(238,240,246)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABAE4 color. Also use rgb(202,186,228) instead hex code.

Text Font Color

.myTextColor { color: #CABAE4; }

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

This text font color is #CABAE4.

Background Color

.myBgColor { background-color: #CABAE4; }

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

This div background color is #CABAE4.

Border color

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

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

This div border color is #CABAE4.

Opacity

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

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

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

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

This text has shadow with #CABAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CABAE4.

Preview

Color preview on black background

This text has color #CABAE4 on black background.


Color preview on white background

This text has color #CABAE4 on white background.


Black color preview on #CABAE4 background

This text has black color on #CABAE4 background.


White color preview on #CABAE4 background

This text has white color on #CABAE4 background.


Related colors

Complementary color

Complementary color for #hex is #35451B.


I love getcolorcode.com

Triadic colors

1 #E4CABA and #BAE4CA with #CABAE4 are triadic colors.

2 #E4BACA and #BACAE4 with #CABAE4 are triadic colors.