COLOR #C6BEC4

HEX: #C6BEC4 RGB: (198,190,196)

Color info

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

RGB color model

#C6BEC4 color RGB value is (198,190,196).

RGB: (198,190,196) (78%, 75%, 77%)

RGB channels and saturation

R 198 of 255 = 78%
G 190 of 255 = 75%
B 196 of 255 = 77%

198
190
196

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

Portions of RGB colors in percentages

R + G + B = 198 + 190 + 196 = 584 (100%)
R 198 of 584 ~ 33.9%
G 190 of 584 ~ 32.53%
B 196 of 584 ~ 33.56'%

%33.9
%32.53
%33.56

CMYK color model

#C6BEC4 color CMYK value is (0,4,1,22).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 1.01%
  • key color value is 22.35%
CMYK: (0,4,1,22) C0M4Y1K22 (0%,4%,1%,22%) (0.00/0.04/0.01/0.22) 

CMYK percentages

%0
%4.04
%1.01
%22.35

Codes

Color #C6BEC4 in popluar color models

C6 BE C4
RGB 198 190 196
HSL 315° 6.56% 76.08%
HSB/HSV 315° 4.04% 77.65%
CMYK 0.00% 4.04% 1.01%
22.35%

Color #C6BEC4 in popluar number systems.

HEX C6 BE C4
Decimal 198 190 196
Binary 11000110 10111110 11000100
Octal 306 276 304

Shades and tints

Shades of #C6BEC4

#C6BEC4
(198,190,196)
#B4ADB3
(180,173,179)
#A29CA2
(162,156,162)
#908B91
(144,139,145)
#7E7A80
(126,122,128)
#6C696F
(108,105,111)
#5A585E
(90,88,94)
#48474D
(72,71,77)
#36363C
(54,54,60)
#24252B
(36,37,43)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #C6BEC4

#C6BEC4
(198,190,196)
#CBC3C9
(203,195,201)
#D0C8CE
(208,200,206)
#D5CDD3
(213,205,211)
#DAD2D8
(218,210,216)
#DFD7DD
(223,215,221)
#E4DCE2
(228,220,226)
#E9E1E7
(233,225,231)
#EEE6EC
(238,230,236)
#F3EBF1
(243,235,241)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BEC4 color. Also use rgb(198,190,196) instead hex code.

Text Font Color

.myTextColor { color: #C6BEC4; }

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

This text font color is #C6BEC4.

Background Color

.myBgColor { background-color: #C6BEC4; }

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

This div background color is #C6BEC4.

Border color

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

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

This div border color is #C6BEC4.

Opacity

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

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

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

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

This text has shadow with #C6BEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BEC4.

Preview

Color preview on black background

This text has color #C6BEC4 on black background.


Color preview on white background

This text has color #C6BEC4 on white background.


Black color preview on #C6BEC4 background

This text has black color on #C6BEC4 background.


White color preview on #C6BEC4 background

This text has white color on #C6BEC4 background.


Related colors

Complementary color

Complementary color for #hex is #39413B.


I love getcolorcode.com

Triadic colors

1 #C4C6BE and #BEC4C6 with #C6BEC4 are triadic colors.

2 #C4BEC6 and #BEC6C4 with #C6BEC4 are triadic colors.