COLOR #CEB2F5

HEX: #CEB2F5 RGB: (206,178,245)

Color info

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

RGB color model

#CEB2F5 color RGB value is (206,178,245).

RGB: (206,178,245) (81%, 70%, 96%)

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 245 of 255 = 96%

206
178
245

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

Portions of RGB colors in percentages

R + G + B = 206 + 178 + 245 = 629 (100%)
R 206 of 629 ~ 32.75%
G 178 of 629 ~ 28.3%
B 245 of 629 ~ 38.95'%

%32.75
%28.3
%38.95

CMYK color model

#CEB2F5 color CMYK value is (16,27,0,4).

  • cyan value is 15.92%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (16,27,0,4)
C16M27Y0K4 (16%, 27%, 0%, 4%)
(0.16 / 0.27 / 0.00 / 0.04)

CMYK percentages

%15.92
%27.35
%0
%3.92

Codes

Color #CEB2F5 in popluar color models

CE B2 F5
RGB 206 178 245
HSL 265° 77.01% 82.94%
HSB/HSV 265° 27.35% 96.08%
CMYK 15.92% 27.35% 0.00%
3.92%

Color #CEB2F5 in popluar number systems.

HEX CE B2 F5
Decimal 206 178 245
Binary 11001110 10110010 11110101
Octal 316 262 365

Shades and tints

Shades of #CEB2F5

#CEB2F5
(206,178,245)
#BCA2DF
(188,162,223)
#AA92C9
(170,146,201)
#9882B3
(152,130,179)
#86729D
(134,114,157)
#746287
(116,98,135)
#625271
(98,82,113)
#50425B
(80,66,91)
#3E3245
(62,50,69)
#2C222F
(44,34,47)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #CEB2F5

#CEB2F5
(206,178,245)
#D2B9F5
(210,185,245)
#D6C0F5
(214,192,245)
#DAC7F5
(218,199,245)
#DECEF5
(222,206,245)
#E2D5F5
(226,213,245)
#E6DCF5
(230,220,245)
#EAE3F5
(234,227,245)
#EEEAF5
(238,234,245)
#F2F1F5
(242,241,245)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB2F5 color. Also use rgb(206,178,245) instead hex code.

Text Font Color

.myTextColor { color: #CEB2F5; }

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

This text font color is #CEB2F5.

Background Color

.myBgColor { background-color: #CEB2F5; }

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

This div background color is #CEB2F5.

Border color

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

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

This div border color is #CEB2F5.

Opacity

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

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

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

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

This text has shadow with #CEB2F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB2F5.

Preview

Color preview on black background

This text has color #CEB2F5 on black background.


Color preview on white background

This text has color #CEB2F5 on white background.


Black color preview on #CEB2F5 background

This text has black color on #CEB2F5 background.


White color preview on #CEB2F5 background

This text has white color on #CEB2F5 background.


Related colors

Complementary color

Complementary color for #hex is #314D0A.


I love getcolorcode.com

Triadic colors

1 #F5CEB2 and #B2F5CE with #CEB2F5 are triadic colors.

2 #F5B2CE and #B2CEF5 with #CEB2F5 are triadic colors.