COLOR #CABDD8

HEX: #CABDD8
RGB: (202,189,216)

Color info

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

RGB color model

#CABDD8 color RGB value is (202,189,216).

  • red value is 202;
  • green value is 189;
  • blue value is 216.
RGB:
(202,189,216)
(79%,74%,85%)

RGB channels and saturation

R 202 of 255 = 79%
G 189 of 255 = 74%
B 216 of 255 = 85%

202
189
216

R + G + B ~ 79%. #CABDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 189 + 216 = 607 (100%)
R 202 of 607 ~ 33.28%
G 189 of 607 ~ 31.14%
B 216 of 607 ~ 35.58%

%33.28
%31.14
%35.58

CMYK color model

#CABDD8 color CMYK value is (6,13,0,15).

  • cyan value is 6.48%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(6,13,0,15)
C6M13Y0K15 
(6%,13%,0%,15%)
(0.06/0.13/0.00/0.15)	

CMYK percentages

%6.48
%12.5
%0
%15.29

Codes

Color #CABDD8 in popluar color models

CABDD8
RGB202189216
HSL269°25.71%79.41%
HSB/HSV269°12.50%84.71%
CMYK6.48%12.50%0.00%
15.29%

Color #CABDD8 in popluar number systems.

HEXCABDD8
Decimal202189216
Binary110010101011110111011000
Octal312275330

Shades and tints

Shades of #CABDD8

#CABDD8
(202,189,216)
#B8ACC5
(184,172,197)
#A69BB2
(166,155,178)
#948A9F
(148,138,159)
#82798C
(130,121,140)
#706879
(112,104,121)
#5E5766
(94,87,102)
#4C4653
(76,70,83)
#3A3540
(58,53,64)
#28242D
(40,36,45)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #CABDD8

#CABDD8
(202,189,216)
#CEC3DB
(206,195,219)
#D2C9DE
(210,201,222)
#D6CFE1
(214,207,225)
#DAD5E4
(218,213,228)
#DEDBE7
(222,219,231)
#E2E1EA
(226,225,234)
#E6E7ED
(230,231,237)
#EAEDF0
(234,237,240)
#EEF3F3
(238,243,243)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABDD8 color. Also use rgb(202,189,216) instead hex code.

Text Font Color

.myTextColor { color: #CABDD8; }

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

This text font color is #CABDD8.


Background Color

.myBgColor { background-color: #CABDD8; }

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

This div background color is #CABDD8.


Border color

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

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

This div border color is #CABDD8.


Opacity

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

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

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

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

This text has shadow with #CABDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABDD8 on black background.


Color preview on white background

This text has color #CABDD8 on white background.



Black color preview on #CABDD8 background

This text has black color on #CABDD8 background.


White color preview on #CABDD8 background

This text has white color on #CABDD8 background.