COLOR #C7BCF4

HEX: #C7BCF4 RGB: (199,188,244)

Color info

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

RGB color model

#C7BCF4 color RGB value is (199,188,244).

RGB: (199,188,244) (78%, 74%, 96%)

RGB channels and saturation

R 199 of 255 = 78%
G 188 of 255 = 74%
B 244 of 255 = 96%

199
188
244

R + G + B ~ 83%. #C7BCF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 188 + 244 = 631 (100%)
R 199 of 631 ~ 31.54%
G 188 of 631 ~ 29.79%
B 244 of 631 ~ 38.67'%

%31.54
%29.79
%38.67

CMYK color model

#C7BCF4 color CMYK value is (18,23,0,4).

  • cyan value is 18.44%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (18,23,0,4)
C18M23Y0K4 (18%, 23%, 0%, 4%)
(0.18 / 0.23 / 0.00 / 0.04)

CMYK percentages

%18.44
%22.95
%0
%4.31

Codes

Color #C7BCF4 in popluar color models

C7 BC F4
RGB 199 188 244
HSL 252° 71.79% 84.71%
HSB/HSV 252° 22.95% 95.69%
CMYK 18.44% 22.95% 0.00%
4.31%

Color #C7BCF4 in popluar number systems.

HEX C7 BC F4
Decimal 199 188 244
Binary 11000111 10111100 11110100
Octal 307 274 364

Shades and tints

Shades of #C7BCF4

#C7BCF4
(199,188,244)
#B5ABDE
(181,171,222)
#A39AC8
(163,154,200)
#9189B2
(145,137,178)
#7F789C
(127,120,156)
#6D6786
(109,103,134)
#5B5670
(91,86,112)
#49455A
(73,69,90)
#373444
(55,52,68)
#25232E
(37,35,46)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #C7BCF4

#C7BCF4
(199,188,244)
#CCC2F5
(204,194,245)
#D1C8F6
(209,200,246)
#D6CEF7
(214,206,247)
#DBD4F8
(219,212,248)
#E0DAF9
(224,218,249)
#E5E0FA
(229,224,250)
#EAE6FB
(234,230,251)
#EFECFC
(239,236,252)
#F4F2FD
(244,242,253)
#F9F8FE
(249,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BCF4 color. Also use rgb(199,188,244) instead hex code.

Text Font Color

.myTextColor { color: #C7BCF4; }

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

This text font color is #C7BCF4.

Background Color

.myBgColor { background-color: #C7BCF4; }

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

This div background color is #C7BCF4.

Border color

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

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

This div border color is #C7BCF4.

Opacity

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

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

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

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

This text has shadow with #C7BCF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BCF4.

Preview

Color preview on black background

This text has color #C7BCF4 on black background.


Color preview on white background

This text has color #C7BCF4 on white background.


Black color preview on #C7BCF4 background

This text has black color on #C7BCF4 background.


White color preview on #C7BCF4 background

This text has white color on #C7BCF4 background.


Related colors

Complementary color

Complementary color for #hex is #38430B.


I love getcolorcode.com

Triadic colors

1 #F4C7BC and #BCF4C7 with #C7BCF4 are triadic colors.

2 #F4BCC7 and #BCC7F4 with #C7BCF4 are triadic colors.