COLOR #CEABF7

HEX: #CEABF7
RGB: (206,171,247)

Color info

#CEABF7 contains mainly red and blue colors. Web safe color of #CEABF7 is #CC99FF (or #C9F).

RGB color model

#CEABF7 color RGB value is (206,171,247).

  • red value is 206;
  • green value is 171;
  • blue value is 247.
RGB:
(206,171,247)
(81%,67%,97%)

RGB channels and saturation

R 206 of 255 = 81%
G 171 of 255 = 67%
B 247 of 255 = 97%

206
171
247

R + G + B ~ 82%. #CEABF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 171 + 247 = 624 (100%)
R 206 of 624 ~ 33.01%
G 171 of 624 ~ 27.4%
B 247 of 624 ~ 39.58%

%33.01
%27.4
%39.58

CMYK color model

#CEABF7 color CMYK value is (17,31,0,3).

  • cyan value is 16.60%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(17,31,0,3)
C17M31Y0K3 
(17%,31%,0%,3%)
(0.17/0.31/0.00/0.03)	

CMYK percentages

%16.6
%30.77
%0
%3.14

Codes

Color #CEABF7 in popluar color models

CEABF7
RGB206171247
HSL268°82.61%81.96%
HSB/HSV268°30.77%96.86%
CMYK16.60%30.77%0.00%
3.14%

Color #CEABF7 in popluar number systems.

HEXCEABF7
Decimal206171247
Binary110011101010101111110111
Octal316253367

Shades and tints

Shades of #CEABF7

#CEABF7
(206,171,247)
#BC9CE1
(188,156,225)
#AA8DCB
(170,141,203)
#987EB5
(152,126,181)
#866F9F
(134,111,159)
#746089
(116,96,137)
#625173
(98,81,115)
#50425D
(80,66,93)
#3E3347
(62,51,71)
#2C2431
(44,36,49)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #CEABF7

#CEABF7
(206,171,247)
#D2B2F7
(210,178,247)
#D6B9F7
(214,185,247)
#DAC0F7
(218,192,247)
#DEC7F7
(222,199,247)
#E2CEF7
(226,206,247)
#E6D5F7
(230,213,247)
#EADCF7
(234,220,247)
#EEE3F7
(238,227,247)
#F2EAF7
(242,234,247)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEABF7 color. Also use rgb(206,171,247) instead hex code.

Text Font Color

.myTextColor { color: #CEABF7; }

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

This text font color is #CEABF7.


Background Color

.myBgColor { background-color: #CEABF7; }

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

This div background color is #CEABF7.


Border color

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

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

This div border color is #CEABF7.


Opacity

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

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

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

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

This text has shadow with #CEABF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEABF7 on black background.


Color preview on white background

This text has color #CEABF7 on white background.



Black color preview on #CEABF7 background

This text has black color on #CEABF7 background.


White color preview on #CEABF7 background

This text has white color on #CEABF7 background.