COLOR #C7BFEE

HEX: #C7BFEE RGB: (199,191,238)

Color info

#C7BFEE contains red, green and blue colors in about the same proportion. Web safe color of #C7BFEE is #CCCCFF (or #CCF).

RGB color model

#C7BFEE color RGB value is (199,191,238).

RGB: (199,191,238) (78%, 75%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 238 of 255 = 93%

199
191
238

R + G + B ~ 82%. #C7BFEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 191 + 238 = 628 (100%)
R 199 of 628 ~ 31.69%
G 191 of 628 ~ 30.41%
B 238 of 628 ~ 37.9'%

%31.69
%30.41
%37.9

CMYK color model

#C7BFEE color CMYK value is (16,20,0,7).

  • cyan value is 16.39%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (16,20,0,7)
C16M20Y0K7 (16%, 20%, 0%, 7%)
(0.16 / 0.20 / 0.00 / 0.07)

CMYK percentages

%16.39
%19.75
%0
%6.67

Codes

Color #C7BFEE in popluar color models

C7 BF EE
RGB 199 191 238
HSL 250° 58.02% 84.12%
HSB/HSV 250° 19.75% 93.33%
CMYK 16.39% 19.75% 0.00%
6.67%

Color #C7BFEE in popluar number systems.

HEX C7 BF EE
Decimal 199 191 238
Binary 11000111 10111111 11101110
Octal 307 277 356

Shades and tints

Shades of #C7BFEE

#C7BFEE
(199,191,238)
#B5AED9
(181,174,217)
#A39DC4
(163,157,196)
#918CAF
(145,140,175)
#7F7B9A
(127,123,154)
#6D6A85
(109,106,133)
#5B5970
(91,89,112)
#49485B
(73,72,91)
#373746
(55,55,70)
#252631
(37,38,49)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #C7BFEE

#C7BFEE
(199,191,238)
#CCC4EF
(204,196,239)
#D1C9F0
(209,201,240)
#D6CEF1
(214,206,241)
#DBD3F2
(219,211,242)
#E0D8F3
(224,216,243)
#E5DDF4
(229,221,244)
#EAE2F5
(234,226,245)
#EFE7F6
(239,231,246)
#F4ECF7
(244,236,247)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFEE; }

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

This text font color is #C7BFEE.

Background Color

.myBgColor { background-color: #C7BFEE; }

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

This div background color is #C7BFEE.

Border color

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

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

This div border color is #C7BFEE.

Opacity

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

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

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

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

This text has shadow with #C7BFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BFEE.

Preview

Color preview on black background

This text has color #C7BFEE on black background.


Color preview on white background

This text has color #C7BFEE on white background.


Black color preview on #C7BFEE background

This text has black color on #C7BFEE background.


White color preview on #C7BFEE background

This text has white color on #C7BFEE background.


Related colors

Complementary color

Complementary color for #hex is #384011.


I love getcolorcode.com

Triadic colors

1 #EEC7BF and #BFEEC7 with #C7BFEE are triadic colors.

2 #EEBFC7 and #BFC7EE with #C7BFEE are triadic colors.