COLOR #C7BCC3

HEX: #C7BCC3 RGB: (199,188,195)

Color info

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

RGB color model

#C7BCC3 color RGB value is (199,188,195).

RGB: (199,188,195) (78%, 74%, 76%)

RGB channels and saturation

R 199 of 255 = 78%
G 188 of 255 = 74%
B 195 of 255 = 76%

199
188
195

R + G + B ~ 76%. #C7BCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 188 + 195 = 582 (100%)
R 199 of 582 ~ 34.19%
G 188 of 582 ~ 32.3%
B 195 of 582 ~ 33.51'%

%34.19
%32.3
%33.51

CMYK color model

#C7BCC3 color CMYK value is (0,6,2,22).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 2.01%
  • key color value is 21.96%

CMYK: (0,6,2,22)
C0M6Y2K22 (0%, 6%, 2%, 22%)
(0.00 / 0.06 / 0.02 / 0.22)

CMYK percentages

%0
%5.53
%2.01
%21.96

Codes

Color #C7BCC3 in popluar color models

C7 BC C3
RGB 199 188 195
HSL 322° 8.94% 75.88%
HSB/HSV 322° 5.53% 78.04%
CMYK 0.00% 5.53% 2.01%
21.96%

Color #C7BCC3 in popluar number systems.

HEX C7 BC C3
Decimal 199 188 195
Binary 11000111 10111100 11000011
Octal 307 274 303

Shades and tints

Shades of #C7BCC3

#C7BCC3
(199,188,195)
#B5ABB2
(181,171,178)
#A39AA1
(163,154,161)
#918990
(145,137,144)
#7F787F
(127,120,127)
#6D676E
(109,103,110)
#5B565D
(91,86,93)
#49454C
(73,69,76)
#37343B
(55,52,59)
#25232A
(37,35,42)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #C7BCC3

#C7BCC3
(199,188,195)
#CCC2C8
(204,194,200)
#D1C8CD
(209,200,205)
#D6CED2
(214,206,210)
#DBD4D7
(219,212,215)
#E0DADC
(224,218,220)
#E5E0E1
(229,224,225)
#EAE6E6
(234,230,230)
#EFECEB
(239,236,235)
#F4F2F0
(244,242,240)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BCC3; }

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

This text font color is #C7BCC3.

Background Color

.myBgColor { background-color: #C7BCC3; }

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

This div background color is #C7BCC3.

Border color

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

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

This div border color is #C7BCC3.

Opacity

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

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

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

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

This text has shadow with #C7BCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BCC3.

Preview

Color preview on black background

This text has color #C7BCC3 on black background.


Color preview on white background

This text has color #C7BCC3 on white background.


Black color preview on #C7BCC3 background

This text has black color on #C7BCC3 background.


White color preview on #C7BCC3 background

This text has white color on #C7BCC3 background.


Related colors

Complementary color

Complementary color for #hex is #38433C.


I love getcolorcode.com

Triadic colors

1 #C3C7BC and #BCC3C7 with #C7BCC3 are triadic colors.

2 #C3BCC7 and #BCC7C3 with #C7BCC3 are triadic colors.