COLOR #CABBF8

HEX: #CABBF8
RGB: (202,187,248)

Color info

#CABBF8 contains mainly red and blue colors. Web safe color of #CABBF8 is #CCCCFF (or #CCF).

RGB color model

#CABBF8 color RGB value is (202,187,248).

  • red value is 202;
  • green value is 187;
  • blue value is 248.
RGB:
(202,187,248)
(79%,73%,97%)

RGB channels and saturation

R 202 of 255 = 79%
G 187 of 255 = 73%
B 248 of 255 = 97%

202
187
248

R + G + B ~ 83%. #CABBF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 187 + 248 = 637 (100%)
R 202 of 637 ~ 31.71%
G 187 of 637 ~ 29.36%
B 248 of 637 ~ 38.93%

%31.71
%29.36
%38.93

CMYK color model

#CABBF8 color CMYK value is (19,25,0,3).

  • cyan value is 18.55%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(19,25,0,3)
C19M25Y0K3 
(19%,25%,0%,3%)
(0.19/0.25/0.00/0.03)	

CMYK percentages

%18.55
%24.6
%0
%2.75

Codes

Color #CABBF8 in popluar color models

CABBF8
RGB202187248
HSL255°81.33%85.29%
HSB/HSV255°24.60%97.25%
CMYK18.55%24.60%0.00%
2.75%

Color #CABBF8 in popluar number systems.

HEXCABBF8
Decimal202187248
Binary110010101011101111111000
Octal312273370

Shades and tints

Shades of #CABBF8

#CABBF8
(202,187,248)
#B8AAE2
(184,170,226)
#A699CC
(166,153,204)
#9488B6
(148,136,182)
#8277A0
(130,119,160)
#70668A
(112,102,138)
#5E5574
(94,85,116)
#4C445E
(76,68,94)
#3A3348
(58,51,72)
#282232
(40,34,50)
#16111C
(22,17,28)
#000000
(0,0,0)

Tints of #CABBF8

#CABBF8
(202,187,248)
#CEC1F8
(206,193,248)
#D2C7F8
(210,199,248)
#D6CDF8
(214,205,248)
#DAD3F8
(218,211,248)
#DED9F8
(222,217,248)
#E2DFF8
(226,223,248)
#E6E5F8
(230,229,248)
#EAEBF8
(234,235,248)
#EEF1F8
(238,241,248)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABBF8 color. Also use rgb(202,187,248) instead hex code.

Text Font Color

.myTextColor { color: #CABBF8; }

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

This text font color is #CABBF8.


Background Color

.myBgColor { background-color: #CABBF8; }

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

This div background color is #CABBF8.


Border color

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

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

This div border color is #CABBF8.


Opacity

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

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

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

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

This text has shadow with #CABBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABBF8 on black background.


Color preview on white background

This text has color #CABBF8 on white background.



Black color preview on #CABBF8 background

This text has black color on #CABBF8 background.


White color preview on #CABBF8 background

This text has white color on #CABBF8 background.