COLOR #CABEC6

HEX: #CABEC6
RGB: (202,190,198)

Color info

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

RGB color model

#CABEC6 color RGB value is (202,190,198).

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

RGB channels and saturation

R 202 of 255 = 79%
G 190 of 255 = 75%
B 198 of 255 = 78%

202
190
198

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

Portions of RGB colors in percentages

R + G + B =
202 + 190 + 198 = 590 (100%)
R 202 of 590 ~ 34.24%
G 190 of 590 ~ 32.2%
B 198 of 590 ~ 33.56%

%34.24
%32.2
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 1.98%
  • 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
%1.98
%20.78

Codes

Color #CABEC6 in popluar color models

CABEC6
RGB202190198
HSL320°10.17%76.86%
HSB/HSV320°5.94%79.22%
CMYK0.00%5.94%1.98%
20.78%

Color #CABEC6 in popluar number systems.

HEXCABEC6
Decimal202190198
Binary110010101011111011000110
Octal312276306

Shades and tints

Shades of #CABEC6

#CABEC6
(202,190,198)
#B8ADB4
(184,173,180)
#A69CA2
(166,156,162)
#948B90
(148,139,144)
#827A7E
(130,122,126)
#70696C
(112,105,108)
#5E585A
(94,88,90)
#4C4748
(76,71,72)
#3A3636
(58,54,54)
#282524
(40,37,36)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #CABEC6

#CABEC6
(202,190,198)
#CEC3CB
(206,195,203)
#D2C8D0
(210,200,208)
#D6CDD5
(214,205,213)
#DAD2DA
(218,210,218)
#DED7DF
(222,215,223)
#E2DCE4
(226,220,228)
#E6E1E9
(230,225,233)
#EAE6EE
(234,230,238)
#EEEBF3
(238,235,243)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABEC6; }

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

This text font color is #CABEC6.


Background Color

.myBgColor { background-color: #CABEC6; }

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

This div background color is #CABEC6.


Border color

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

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

This div border color is #CABEC6.


Opacity

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

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

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

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

This text has shadow with #CABEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABEC6 on black background.


Color preview on white background

This text has color #CABEC6 on white background.



Black color preview on #CABEC6 background

This text has black color on #CABEC6 background.


White color preview on #CABEC6 background

This text has white color on #CABEC6 background.