COLOR #CFB6DB

HEX: #CFB6DB
RGB: (207,182,219)

Color info

#CFB6DB contains red, green and blue colors in about the same proportion. Web safe color of #CFB6DB is #CCCCCC (or #CCC).

RGB color model

#CFB6DB color RGB value is (207,182,219).

  • red value is 207;
  • green value is 182;
  • blue value is 219.
RGB:
(207,182,219)
(81%,71%,86%)

RGB channels and saturation

R 207 of 255 = 81%
G 182 of 255 = 71%
B 219 of 255 = 86%

207
182
219

R + G + B ~ 79%. #CFB6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 182 + 219 = 608 (100%)
R 207 of 608 ~ 34.05%
G 182 of 608 ~ 29.93%
B 219 of 608 ~ 36.02%

%34.05
%29.93
%36.02

CMYK color model

#CFB6DB color CMYK value is (5,17,0,14).

  • cyan value is 5.48%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,17,0,14)
C5M17Y0K14 
(5%,17%,0%,14%)
(0.05/0.17/0.00/0.14)	

CMYK percentages

%5.48
%16.89
%0
%14.12

Codes

Color #CFB6DB in popluar color models

CFB6DB
RGB207182219
HSL281°33.94%78.63%
HSB/HSV281°16.89%85.88%
CMYK5.48%16.89%0.00%
14.12%

Color #CFB6DB in popluar number systems.

HEXCFB6DB
Decimal207182219
Binary110011111011011011011011
Octal317266333

Shades and tints

Shades of #CFB6DB

#CFB6DB
(207,182,219)
#BDA6C8
(189,166,200)
#AB96B5
(171,150,181)
#9986A2
(153,134,162)
#87768F
(135,118,143)
#75667C
(117,102,124)
#635669
(99,86,105)
#514656
(81,70,86)
#3F3643
(63,54,67)
#2D2630
(45,38,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #CFB6DB

#CFB6DB
(207,182,219)
#D3BCDE
(211,188,222)
#D7C2E1
(215,194,225)
#DBC8E4
(219,200,228)
#DFCEE7
(223,206,231)
#E3D4EA
(227,212,234)
#E7DAED
(231,218,237)
#EBE0F0
(235,224,240)
#EFE6F3
(239,230,243)
#F3ECF6
(243,236,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB6DB color. Also use rgb(207,182,219) instead hex code.

Text Font Color

.myTextColor { color: #CFB6DB; }

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

This text font color is #CFB6DB.


Background Color

.myBgColor { background-color: #CFB6DB; }

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

This div background color is #CFB6DB.


Border color

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

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

This div border color is #CFB6DB.


Opacity

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

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

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

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

This text has shadow with #CFB6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB6DB on black background.


Color preview on white background

This text has color #CFB6DB on white background.



Black color preview on #CFB6DB background

This text has black color on #CFB6DB background.


White color preview on #CFB6DB background

This text has white color on #CFB6DB background.