COLOR #C7BCCB

HEX: #C7BCCB RGB: (199,188,203)

Color info

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

RGB color model

#C7BCCB color RGB value is (199,188,203).

RGB: (199,188,203) (78%, 74%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 188 of 255 = 74%
B 203 of 255 = 80%

199
188
203

R + G + B ~ 77%. #C7BCCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 188 + 203 = 590 (100%)
R 199 of 590 ~ 33.73%
G 188 of 590 ~ 31.86%
B 203 of 590 ~ 34.41'%

%33.73
%31.86
%34.41

CMYK color model

#C7BCCB color CMYK value is (2,7,0,20).

  • cyan value is 1.97%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (2,7,0,20)
C2M7Y0K20 (2%, 7%, 0%, 20%)
(0.02 / 0.07 / 0.00 / 0.20)

CMYK percentages

%1.97
%7.39
%0
%20.39

Codes

Color #C7BCCB in popluar color models

C7 BC CB
RGB 199 188 203
HSL 284° 12.61% 76.67%
HSB/HSV 284° 7.39% 79.61%
CMYK 1.97% 7.39% 0.00%
20.39%

Color #C7BCCB in popluar number systems.

HEX C7 BC CB
Decimal 199 188 203
Binary 11000111 10111100 11001011
Octal 307 274 313

Shades and tints

Shades of #C7BCCB

#C7BCCB
(199,188,203)
#B5ABB9
(181,171,185)
#A39AA7
(163,154,167)
#918995
(145,137,149)
#7F7883
(127,120,131)
#6D6771
(109,103,113)
#5B565F
(91,86,95)
#49454D
(73,69,77)
#37343B
(55,52,59)
#252329
(37,35,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #C7BCCB

#C7BCCB
(199,188,203)
#CCC2CF
(204,194,207)
#D1C8D3
(209,200,211)
#D6CED7
(214,206,215)
#DBD4DB
(219,212,219)
#E0DADF
(224,218,223)
#E5E0E3
(229,224,227)
#EAE6E7
(234,230,231)
#EFECEB
(239,236,235)
#F4F2EF
(244,242,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BCCB; }

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

This text font color is #C7BCCB.

Background Color

.myBgColor { background-color: #C7BCCB; }

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

This div background color is #C7BCCB.

Border color

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

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

This div border color is #C7BCCB.

Opacity

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

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

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

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

This text has shadow with #C7BCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BCCB.

Preview

Color preview on black background

This text has color #C7BCCB on black background.


Color preview on white background

This text has color #C7BCCB on white background.


Black color preview on #C7BCCB background

This text has black color on #C7BCCB background.


White color preview on #C7BCCB background

This text has white color on #C7BCCB background.


Related colors

Complementary color

Complementary color for #hex is #384334.


I love getcolorcode.com

Triadic colors

1 #CBC7BC and #BCCBC7 with #C7BCCB are triadic colors.

2 #CBBCC7 and #BCC7CB with #C7BCCB are triadic colors.