COLOR #CABEEE

HEX: #CABEEE RGB: (202,190,238)

Color info

#CABEEE contains red, green and blue colors in about the same proportion. Web safe color of #CABEEE is #CCCCFF (or #CCF).

RGB color model

#CABEEE color RGB value is (202,190,238).

RGB: (202,190,238) (79%, 75%, 93%)

RGB channels and saturation

R 202 of 255 = 79%
G 190 of 255 = 75%
B 238 of 255 = 93%

202
190
238

R + G + B ~ 82%. #CABEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 190 + 238 = 630 (100%)
R 202 of 630 ~ 32.06%
G 190 of 630 ~ 30.16%
B 238 of 630 ~ 37.78'%

%32.06
%30.16
%37.78

CMYK color model

#CABEEE color CMYK value is (15,20,0,7).

  • cyan value is 15.13%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (15,20,0,7)
C15M20Y0K7 (15%, 20%, 0%, 7%)
(0.15 / 0.20 / 0.00 / 0.07)

CMYK percentages

%15.13
%20.17
%0
%6.67

Codes

Color #CABEEE in popluar color models

CA BE EE
RGB 202 190 238
HSL 255° 58.54% 83.92%
HSB/HSV 255° 20.17% 93.33%
CMYK 15.13% 20.17% 0.00%
6.67%

Color #CABEEE in popluar number systems.

HEX CA BE EE
Decimal 202 190 238
Binary 11001010 10111110 11101110
Octal 312 276 356

Shades and tints

Shades of #CABEEE

#CABEEE
(202,190,238)
#B8ADD9
(184,173,217)
#A69CC4
(166,156,196)
#948BAF
(148,139,175)
#827A9A
(130,122,154)
#706985
(112,105,133)
#5E5870
(94,88,112)
#4C475B
(76,71,91)
#3A3646
(58,54,70)
#282531
(40,37,49)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #CABEEE

#CABEEE
(202,190,238)
#CEC3EF
(206,195,239)
#D2C8F0
(210,200,240)
#D6CDF1
(214,205,241)
#DAD2F2
(218,210,242)
#DED7F3
(222,215,243)
#E2DCF4
(226,220,244)
#E6E1F5
(230,225,245)
#EAE6F6
(234,230,246)
#EEEBF7
(238,235,247)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABEEE color. Also use rgb(202,190,238) instead hex code.

Text Font Color

.myTextColor { color: #CABEEE; }

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

This text font color is #CABEEE.

Background Color

.myBgColor { background-color: #CABEEE; }

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

This div background color is #CABEEE.

Border color

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

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

This div border color is #CABEEE.

Opacity

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

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

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

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

This text has shadow with #CABEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CABEEE.

Preview

Color preview on black background

This text has color #CABEEE on black background.


Color preview on white background

This text has color #CABEEE on white background.


Black color preview on #CABEEE background

This text has black color on #CABEEE background.


White color preview on #CABEEE background

This text has white color on #CABEEE background.


Related colors

Complementary color

Complementary color for #hex is #354111.


I love getcolorcode.com

Triadic colors

1 #EECABE and #BEEECA with #CABEEE are triadic colors.

2 #EEBECA and #BECAEE with #CABEEE are triadic colors.