COLOR #C7BFD5

HEX: #C7BFD5 RGB: (199,191,213)

Color info

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

RGB color model

#C7BFD5 color RGB value is (199,191,213).

RGB: (199,191,213) (78%, 75%, 84%)

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 213 of 255 = 84%

199
191
213

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

Portions of RGB colors in percentages

R + G + B = 199 + 191 + 213 = 603 (100%)
R 199 of 603 ~ 33%
G 191 of 603 ~ 31.67%
B 213 of 603 ~ 35.32'%

%33
%31.67
%35.32

CMYK color model

#C7BFD5 color CMYK value is (7,10,0,16).

  • cyan value is 6.57%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (7,10,0,16)
C7M10Y0K16 (7%, 10%, 0%, 16%)
(0.07 / 0.10 / 0.00 / 0.16)

CMYK percentages

%6.57
%10.33
%0
%16.47

Codes

Color #C7BFD5 in popluar color models

C7 BF D5
RGB 199 191 213
HSL 262° 20.75% 79.22%
HSB/HSV 262° 10.33% 83.53%
CMYK 6.57% 10.33% 0.00%
16.47%

Color #C7BFD5 in popluar number systems.

HEX C7 BF D5
Decimal 199 191 213
Binary 11000111 10111111 11010101
Octal 307 277 325

Shades and tints

Shades of #C7BFD5

#C7BFD5
(199,191,213)
#B5AEC2
(181,174,194)
#A39DAF
(163,157,175)
#918C9C
(145,140,156)
#7F7B89
(127,123,137)
#6D6A76
(109,106,118)
#5B5963
(91,89,99)
#494850
(73,72,80)
#37373D
(55,55,61)
#25262A
(37,38,42)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7BFD5

#C7BFD5
(199,191,213)
#CCC4D8
(204,196,216)
#D1C9DB
(209,201,219)
#D6CEDE
(214,206,222)
#DBD3E1
(219,211,225)
#E0D8E4
(224,216,228)
#E5DDE7
(229,221,231)
#EAE2EA
(234,226,234)
#EFE7ED
(239,231,237)
#F4ECF0
(244,236,240)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFD5; }

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

This text font color is #C7BFD5.

Background Color

.myBgColor { background-color: #C7BFD5; }

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

This div background color is #C7BFD5.

Border color

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

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

This div border color is #C7BFD5.

Opacity

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

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

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

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

This text has shadow with #C7BFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BFD5.

Preview

Color preview on black background

This text has color #C7BFD5 on black background.


Color preview on white background

This text has color #C7BFD5 on white background.


Black color preview on #C7BFD5 background

This text has black color on #C7BFD5 background.


White color preview on #C7BFD5 background

This text has white color on #C7BFD5 background.


Related colors

Complementary color

Complementary color for #hex is #38402A.


I love getcolorcode.com

Triadic colors

1 #D5C7BF and #BFD5C7 with #C7BFD5 are triadic colors.

2 #D5BFC7 and #BFC7D5 with #C7BFD5 are triadic colors.