COLOR #E6CBF9

HEX: #E6CBF9 RGB: (230,203,249)

Color info

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

RGB color model

#E6CBF9 color RGB value is (230,203,249).

RGB: (230,203,249) (90%, 80%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 203 of 255 = 80%
B 249 of 255 = 98%

230
203
249

R + G + B ~ 89%. #E6CBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 203 + 249 = 682 (100%)
R 230 of 682 ~ 33.72%
G 203 of 682 ~ 29.77%
B 249 of 682 ~ 36.51'%

%33.72
%29.77
%36.51

CMYK color model

#E6CBF9 color CMYK value is (8,18,0,2).

  • cyan value is 7.63%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (8,18,0,2)
C8M18Y0K2 (8%, 18%, 0%, 2%)
(0.08 / 0.18 / 0.00 / 0.02)

CMYK percentages

%7.63
%18.47
%0
%2.35

Codes

Color #E6CBF9 in popluar color models

E6 CB F9
RGB 230 203 249
HSL 275° 79.31% 88.63%
HSB/HSV 275° 18.47% 97.65%
CMYK 7.63% 18.47% 0.00%
2.35%

Color #E6CBF9 in popluar number systems.

HEX E6 CB F9
Decimal 230 203 249
Binary 11100110 11001011 11111001
Octal 346 313 371

Shades and tints

Shades of #E6CBF9

#E6CBF9
(230,203,249)
#D2B9E3
(210,185,227)
#BEA7CD
(190,167,205)
#AA95B7
(170,149,183)
#9683A1
(150,131,161)
#82718B
(130,113,139)
#6E5F75
(110,95,117)
#5A4D5F
(90,77,95)
#463B49
(70,59,73)
#322933
(50,41,51)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #E6CBF9

#E6CBF9
(230,203,249)
#E8CFF9
(232,207,249)
#EAD3F9
(234,211,249)
#ECD7F9
(236,215,249)
#EEDBF9
(238,219,249)
#F0DFF9
(240,223,249)
#F2E3F9
(242,227,249)
#F4E7F9
(244,231,249)
#F6EBF9
(246,235,249)
#F8EFF9
(248,239,249)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CBF9 color. Also use rgb(230,203,249) instead hex code.

Text Font Color

.myTextColor { color: #E6CBF9; }

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

This text font color is #E6CBF9.

Background Color

.myBgColor { background-color: #E6CBF9; }

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

This div background color is #E6CBF9.

Border color

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

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

This div border color is #E6CBF9.

Opacity

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

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

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

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

This text has shadow with #E6CBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CBF9.

Preview

Color preview on black background

This text has color #E6CBF9 on black background.


Color preview on white background

This text has color #E6CBF9 on white background.


Black color preview on #E6CBF9 background

This text has black color on #E6CBF9 background.


White color preview on #E6CBF9 background

This text has white color on #E6CBF9 background.


Related colors

Complementary color

Complementary color for #hex is #193406.


I love getcolorcode.com

Triadic colors

1 #F9E6CB and #CBF9E6 with #E6CBF9 are triadic colors.

2 #F9CBE6 and #CBE6F9 with #E6CBF9 are triadic colors.