COLOR #C7BFDE

HEX: #C7BFDE
RGB: (199,191,222)

Color info

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

RGB color model

#C7BFDE color RGB value is (199,191,222).

  • red value is 199;
  • green value is 191;
  • blue value is 222.
RGB:
(199,191,222)
(78%,75%,87%)

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 222 of 255 = 87%

199
191
222

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

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 222 = 612 (100%)
R 199 of 612 ~ 32.52%
G 191 of 612 ~ 31.21%
B 222 of 612 ~ 36.27%

%32.52
%31.21
%36.27

CMYK color model

#C7BFDE color CMYK value is (10,14,0,13).

  • cyan value is 10.36%
  • magenta value is 13.96%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(10,14,0,13)
C10M14Y0K13 
(10%,14%,0%,13%)
(0.10/0.14/0.00/0.13)	

CMYK percentages

%10.36
%13.96
%0
%12.94

Codes

Color #C7BFDE in popluar color models

C7BFDE
RGB199191222
HSL255°31.96%80.98%
HSB/HSV255°13.96%87.06%
CMYK10.36%13.96%0.00%
12.94%

Color #C7BFDE in popluar number systems.

HEXC7BFDE
Decimal199191222
Binary110001111011111111011110
Octal307277336

Shades and tints

Shades of #C7BFDE

#C7BFDE
(199,191,222)
#B5AECA
(181,174,202)
#A39DB6
(163,157,182)
#918CA2
(145,140,162)
#7F7B8E
(127,123,142)
#6D6A7A
(109,106,122)
#5B5966
(91,89,102)
#494852
(73,72,82)
#37373E
(55,55,62)
#25262A
(37,38,42)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #C7BFDE

#C7BFDE
(199,191,222)
#CCC4E1
(204,196,225)
#D1C9E4
(209,201,228)
#D6CEE7
(214,206,231)
#DBD3EA
(219,211,234)
#E0D8ED
(224,216,237)
#E5DDF0
(229,221,240)
#EAE2F3
(234,226,243)
#EFE7F6
(239,231,246)
#F4ECF9
(244,236,249)
#F9F1FC
(249,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BFDE color. Also use rgb(199,191,222) instead hex code.

Text Font Color

.myTextColor { color: #C7BFDE; }

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

This text font color is #C7BFDE.


Background Color

.myBgColor { background-color: #C7BFDE; }

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

This div background color is #C7BFDE.


Border color

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

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

This div border color is #C7BFDE.


Opacity

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

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

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

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

This text has shadow with #C7BFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFDE on black background.


Color preview on white background

This text has color #C7BFDE on white background.



Black color preview on #C7BFDE background

This text has black color on #C7BFDE background.


White color preview on #C7BFDE background

This text has white color on #C7BFDE background.