COLOR #CFBEEE

HEX: #CFBEEE
RGB: (207,190,238)

Color info

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

RGB color model

#CFBEEE color RGB value is (207,190,238).

  • red value is 207;
  • green value is 190;
  • blue value is 238.
RGB:
(207,190,238)
(81%,75%,93%)

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 238 of 255 = 93%

207
190
238

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

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 238 = 635 (100%)
R 207 of 635 ~ 32.6%
G 190 of 635 ~ 29.92%
B 238 of 635 ~ 37.48%

%32.6
%29.92
%37.48

CMYK color model

#CFBEEE color CMYK value is (13,20,0,7).

  • cyan value is 13.03%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,20,0,7)
C13M20Y0K7 
(13%,20%,0%,7%)
(0.13/0.20/0.00/0.07)	

CMYK percentages

%13.03
%20.17
%0
%6.67

Codes

Color #CFBEEE in popluar color models

CFBEEE
RGB207190238
HSL261°58.54%83.92%
HSB/HSV261°20.17%93.33%
CMYK13.03%20.17%0.00%
6.67%

Color #CFBEEE in popluar number systems.

HEXCFBEEE
Decimal207190238
Binary110011111011111011101110
Octal317276356

Shades and tints

Shades of #CFBEEE

#CFBEEE
(207,190,238)
#BDADD9
(189,173,217)
#AB9CC4
(171,156,196)
#998BAF
(153,139,175)
#877A9A
(135,122,154)
#756985
(117,105,133)
#635870
(99,88,112)
#51475B
(81,71,91)
#3F3646
(63,54,70)
#2D2531
(45,37,49)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #CFBEEE

#CFBEEE
(207,190,238)
#D3C3EF
(211,195,239)
#D7C8F0
(215,200,240)
#DBCDF1
(219,205,241)
#DFD2F2
(223,210,242)
#E3D7F3
(227,215,243)
#E7DCF4
(231,220,244)
#EBE1F5
(235,225,245)
#EFE6F6
(239,230,246)
#F3EBF7
(243,235,247)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBEEE color. Also use rgb(207,190,238) instead hex code.

Text Font Color

.myTextColor { color: #CFBEEE; }

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

This text font color is #CFBEEE.


Background Color

.myBgColor { background-color: #CFBEEE; }

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

This div background color is #CFBEEE.


Border color

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

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

This div border color is #CFBEEE.


Opacity

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

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

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

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

This text has shadow with #CFBEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBEEE on black background.


Color preview on white background

This text has color #CFBEEE on white background.



Black color preview on #CFBEEE background

This text has black color on #CFBEEE background.


White color preview on #CFBEEE background

This text has white color on #CFBEEE background.