COLOR #CABEC5

HEX: #CABEC5
RGB: (202,190,197)

Color info

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

RGB color model

#CABEC5 color RGB value is (202,190,197).

  • red value is 202;
  • green value is 190;
  • blue value is 197.
RGB:
(202,190,197)
(79%,75%,77%)

RGB channels and saturation

R 202 of 255 = 79%
G 190 of 255 = 75%
B 197 of 255 = 77%

202
190
197

R + G + B ~ 77%. #CABEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 190 + 197 = 589 (100%)
R 202 of 589 ~ 34.3%
G 190 of 589 ~ 32.26%
B 197 of 589 ~ 33.45%

%34.3
%32.26
%33.45

CMYK color model

#CABEC5 color CMYK value is (0,6,2,21).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 2.48%
  • key color value is 20.78%
CMYK:
(0,6,2,21)
C0M6Y2K21 
(0%,6%,2%,21%)
(0.00/0.06/0.02/0.21)	

CMYK percentages

%0
%5.94
%2.48
%20.78

Codes

Color #CABEC5 in popluar color models

CABEC5
RGB202190197
HSL325°10.17%76.86%
HSB/HSV325°5.94%79.22%
CMYK0.00%5.94%2.48%
20.78%

Color #CABEC5 in popluar number systems.

HEXCABEC5
Decimal202190197
Binary110010101011111011000101
Octal312276305

Shades and tints

Shades of #CABEC5

#CABEC5
(202,190,197)
#B8ADB4
(184,173,180)
#A69CA3
(166,156,163)
#948B92
(148,139,146)
#827A81
(130,122,129)
#706970
(112,105,112)
#5E585F
(94,88,95)
#4C474E
(76,71,78)
#3A363D
(58,54,61)
#28252C
(40,37,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #CABEC5

#CABEC5
(202,190,197)
#CEC3CA
(206,195,202)
#D2C8CF
(210,200,207)
#D6CDD4
(214,205,212)
#DAD2D9
(218,210,217)
#DED7DE
(222,215,222)
#E2DCE3
(226,220,227)
#E6E1E8
(230,225,232)
#EAE6ED
(234,230,237)
#EEEBF2
(238,235,242)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABEC5; }

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

This text font color is #CABEC5.


Background Color

.myBgColor { background-color: #CABEC5; }

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

This div background color is #CABEC5.


Border color

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

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

This div border color is #CABEC5.


Opacity

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

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

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

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

This text has shadow with #CABEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABEC5 on black background.


Color preview on white background

This text has color #CABEC5 on white background.



Black color preview on #CABEC5 background

This text has black color on #CABEC5 background.


White color preview on #CABEC5 background

This text has white color on #CABEC5 background.