COLOR #CFB3E6

HEX: #CFB3E6
RGB: (207,179,230)

Color info

#CFB3E6 contains red, green and blue colors in about the same proportion. Web safe color of #CFB3E6 is #CC99CC (or #C9C).

RGB color model

#CFB3E6 color RGB value is (207,179,230).

  • red value is 207;
  • green value is 179;
  • blue value is 230.
RGB:
(207,179,230)
(81%,70%,90%)

RGB channels and saturation

R 207 of 255 = 81%
G 179 of 255 = 70%
B 230 of 255 = 90%

207
179
230

R + G + B ~ 80%. #CFB3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 179 + 230 = 616 (100%)
R 207 of 616 ~ 33.6%
G 179 of 616 ~ 29.06%
B 230 of 616 ~ 37.34%

%33.6
%29.06
%37.34

CMYK color model

#CFB3E6 color CMYK value is (10,22,0,10).

  • cyan value is 10.00%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,22,0,10)
C10M22Y0K10 
(10%,22%,0%,10%)
(0.10/0.22/0.00/0.10)	

CMYK percentages

%10
%22.17
%0
%9.8

Codes

Color #CFB3E6 in popluar color models

CFB3E6
RGB207179230
HSL273°50.50%80.20%
HSB/HSV273°22.17%90.20%
CMYK10.00%22.17%0.00%
9.80%

Color #CFB3E6 in popluar number systems.

HEXCFB3E6
Decimal207179230
Binary110011111011001111100110
Octal317263346

Shades and tints

Shades of #CFB3E6

#CFB3E6
(207,179,230)
#BDA3D2
(189,163,210)
#AB93BE
(171,147,190)
#9983AA
(153,131,170)
#877396
(135,115,150)
#756382
(117,99,130)
#63536E
(99,83,110)
#51435A
(81,67,90)
#3F3346
(63,51,70)
#2D2332
(45,35,50)
#1B131E
(27,19,30)
#000000
(0,0,0)

Tints of #CFB3E6

#CFB3E6
(207,179,230)
#D3B9E8
(211,185,232)
#D7BFEA
(215,191,234)
#DBC5EC
(219,197,236)
#DFCBEE
(223,203,238)
#E3D1F0
(227,209,240)
#E7D7F2
(231,215,242)
#EBDDF4
(235,221,244)
#EFE3F6
(239,227,246)
#F3E9F8
(243,233,248)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB3E6 color. Also use rgb(207,179,230) instead hex code.

Text Font Color

.myTextColor { color: #CFB3E6; }

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

This text font color is #CFB3E6.


Background Color

.myBgColor { background-color: #CFB3E6; }

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

This div background color is #CFB3E6.


Border color

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

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

This div border color is #CFB3E6.


Opacity

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

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

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

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

This text has shadow with #CFB3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB3E6 on black background.


Color preview on white background

This text has color #CFB3E6 on white background.



Black color preview on #CFB3E6 background

This text has black color on #CFB3E6 background.


White color preview on #CFB3E6 background

This text has white color on #CFB3E6 background.