COLOR #C7BFD3

HEX: #C7BFD3
RGB: (199,191,211)

Color info

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

RGB color model

#C7BFD3 color RGB value is (199,191,211).

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

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 211 of 255 = 83%

199
191
211

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

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 211 = 601 (100%)
R 199 of 601 ~ 33.11%
G 191 of 601 ~ 31.78%
B 211 of 601 ~ 35.11%

%33.11
%31.78
%35.11

CMYK color model

#C7BFD3 color CMYK value is (6,9,0,17).

  • cyan value is 5.69%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,9,0,17)
C6M9Y0K17 
(6%,9%,0%,17%)
(0.06/0.09/0.00/0.17)	

CMYK percentages

%5.69
%9.48
%0
%17.25

Codes

Color #C7BFD3 in popluar color models

C7BFD3
RGB199191211
HSL264°18.52%78.82%
HSB/HSV264°9.48%82.75%
CMYK5.69%9.48%0.00%
17.25%

Color #C7BFD3 in popluar number systems.

HEXC7BFD3
Decimal199191211
Binary110001111011111111010011
Octal307277323

Shades and tints

Shades of #C7BFD3

#C7BFD3
(199,191,211)
#B5AEC0
(181,174,192)
#A39DAD
(163,157,173)
#918C9A
(145,140,154)
#7F7B87
(127,123,135)
#6D6A74
(109,106,116)
#5B5961
(91,89,97)
#49484E
(73,72,78)
#37373B
(55,55,59)
#252628
(37,38,40)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #C7BFD3

#C7BFD3
(199,191,211)
#CCC4D7
(204,196,215)
#D1C9DB
(209,201,219)
#D6CEDF
(214,206,223)
#DBD3E3
(219,211,227)
#E0D8E7
(224,216,231)
#E5DDEB
(229,221,235)
#EAE2EF
(234,226,239)
#EFE7F3
(239,231,243)
#F4ECF7
(244,236,247)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFD3; }

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

This text font color is #C7BFD3.


Background Color

.myBgColor { background-color: #C7BFD3; }

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

This div background color is #C7BFD3.


Border color

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

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

This div border color is #C7BFD3.


Opacity

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

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

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

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

This text has shadow with #C7BFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFD3 on black background.


Color preview on white background

This text has color #C7BFD3 on white background.



Black color preview on #C7BFD3 background

This text has black color on #C7BFD3 background.


White color preview on #C7BFD3 background

This text has white color on #C7BFD3 background.