COLOR #C7BFCA

HEX: #C7BFCA
RGB: (199,191,202)

Color info

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

RGB color model

#C7BFCA color RGB value is (199,191,202).

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

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 202 of 255 = 79%

199
191
202

R + G + B ~ 77%. #C7BFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 202 = 592 (100%)
R 199 of 592 ~ 33.61%
G 191 of 592 ~ 32.26%
B 202 of 592 ~ 34.12%

%33.61
%32.26
%34.12

CMYK color model

#C7BFCA color CMYK value is (1,5,0,21).

  • cyan value is 1.49%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(1,5,0,21)
C1M5Y0K21 
(1%,5%,0%,21%)
(0.01/0.05/0.00/0.21)	

CMYK percentages

%1.49
%5.45
%0
%20.78

Codes

Color #C7BFCA in popluar color models

C7BFCA
RGB199191202
HSL284°9.40%77.06%
HSB/HSV284°5.45%79.22%
CMYK1.49%5.45%0.00%
20.78%

Color #C7BFCA in popluar number systems.

HEXC7BFCA
Decimal199191202
Binary110001111011111111001010
Octal307277312

Shades and tints

Shades of #C7BFCA

#C7BFCA
(199,191,202)
#B5AEB8
(181,174,184)
#A39DA6
(163,157,166)
#918C94
(145,140,148)
#7F7B82
(127,123,130)
#6D6A70
(109,106,112)
#5B595E
(91,89,94)
#49484C
(73,72,76)
#37373A
(55,55,58)
#252628
(37,38,40)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #C7BFCA

#C7BFCA
(199,191,202)
#CCC4CE
(204,196,206)
#D1C9D2
(209,201,210)
#D6CED6
(214,206,214)
#DBD3DA
(219,211,218)
#E0D8DE
(224,216,222)
#E5DDE2
(229,221,226)
#EAE2E6
(234,226,230)
#EFE7EA
(239,231,234)
#F4ECEE
(244,236,238)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFCA; }

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

This text font color is #C7BFCA.


Background Color

.myBgColor { background-color: #C7BFCA; }

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

This div background color is #C7BFCA.


Border color

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

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

This div border color is #C7BFCA.


Opacity

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

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

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

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

This text has shadow with #C7BFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFCA on black background.


Color preview on white background

This text has color #C7BFCA on white background.



Black color preview on #C7BFCA background

This text has black color on #C7BFCA background.


White color preview on #C7BFCA background

This text has white color on #C7BFCA background.