COLOR #CEC7F1

HEX: #CEC7F1 RGB: (206,199,241)

Color info

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

RGB color model

#CEC7F1 color RGB value is (206,199,241).

RGB: (206,199,241) (81%, 78%, 95%)

RGB channels and saturation

R 206 of 255 = 81%
G 199 of 255 = 78%
B 241 of 255 = 95%

206
199
241

R + G + B ~ 85%. #CEC7F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 199 + 241 = 646 (100%)
R 206 of 646 ~ 31.89%
G 199 of 646 ~ 30.8%
B 241 of 646 ~ 37.31'%

%31.89
%30.8
%37.31

CMYK color model

#CEC7F1 color CMYK value is (15,17,0,5).

  • cyan value is 14.52%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (15,17,0,5)
C15M17Y0K5 (15%, 17%, 0%, 5%)
(0.15 / 0.17 / 0.00 / 0.05)

CMYK percentages

%14.52
%17.43
%0
%5.49

Codes

Color #CEC7F1 in popluar color models

CE C7 F1
RGB 206 199 241
HSL 250° 60.00% 86.27%
HSB/HSV 250° 17.43% 94.51%
CMYK 14.52% 17.43% 0.00%
5.49%

Color #CEC7F1 in popluar number systems.

HEX CE C7 F1
Decimal 206 199 241
Binary 11001110 11000111 11110001
Octal 316 307 361

Shades and tints

Shades of #CEC7F1

#CEC7F1
(206,199,241)
#BCB5DC
(188,181,220)
#AAA3C7
(170,163,199)
#9891B2
(152,145,178)
#867F9D
(134,127,157)
#746D88
(116,109,136)
#625B73
(98,91,115)
#50495E
(80,73,94)
#3E3749
(62,55,73)
#2C2534
(44,37,52)
#1A131F
(26,19,31)
#000000
(0,0,0)

Tints of #CEC7F1

#CEC7F1
(206,199,241)
#D2CCF2
(210,204,242)
#D6D1F3
(214,209,243)
#DAD6F4
(218,214,244)
#DEDBF5
(222,219,245)
#E2E0F6
(226,224,246)
#E6E5F7
(230,229,247)
#EAEAF8
(234,234,248)
#EEEFF9
(238,239,249)
#F2F4FA
(242,244,250)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC7F1 color. Also use rgb(206,199,241) instead hex code.

Text Font Color

.myTextColor { color: #CEC7F1; }

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

This text font color is #CEC7F1.

Background Color

.myBgColor { background-color: #CEC7F1; }

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

This div background color is #CEC7F1.

Border color

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

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

This div border color is #CEC7F1.

Opacity

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

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

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

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

This text has shadow with #CEC7F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC7F1.

Preview

Color preview on black background

This text has color #CEC7F1 on black background.


Color preview on white background

This text has color #CEC7F1 on white background.


Black color preview on #CEC7F1 background

This text has black color on #CEC7F1 background.


White color preview on #CEC7F1 background

This text has white color on #CEC7F1 background.


Related colors

Complementary color

Complementary color for #hex is #31380E.


I love getcolorcode.com

Triadic colors

1 #F1CEC7 and #C7F1CE with #CEC7F1 are triadic colors.

2 #F1C7CE and #C7CEF1 with #CEC7F1 are triadic colors.