COLOR #C2CCBE

HEX: #C2CCBE RGB: (194,204,190)

Color info

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

RGB color model

#C2CCBE color RGB value is (194,204,190).

RGB: (194,204,190) (76%, 80%, 75%)

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 190 of 255 = 75%

194
204
190

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

Portions of RGB colors in percentages

R + G + B = 194 + 204 + 190 = 588 (100%)
R 194 of 588 ~ 32.99%
G 204 of 588 ~ 34.69%
B 190 of 588 ~ 32.31'%

%32.99
%34.69
%32.31

CMYK color model

#C2CCBE color CMYK value is (5,0,7,20).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 20.00%

CMYK: (5,0,7,20)
C5M0Y7K20 (5%, 0%, 7%, 20%)
(0.05 / 0.00 / 0.07 / 0.20)

CMYK percentages

%4.9
%0
%6.86
%20

Codes

Color #C2CCBE in popluar color models

C2 CC BE
RGB 194 204 190
HSL 103° 12.07% 77.25%
HSB/HSV 103° 6.86% 80.00%
CMYK 4.90% 0.00% 6.86%
20.00%

Color #C2CCBE in popluar number systems.

HEX C2 CC BE
Decimal 194 204 190
Binary 11000010 11001100 10111110
Octal 302 314 276

Shades and tints

Shades of #C2CCBE

#C2CCBE
(194,204,190)
#B1BAAD
(177,186,173)
#A0A89C
(160,168,156)
#8F968B
(143,150,139)
#7E847A
(126,132,122)
#6D7269
(109,114,105)
#5C6058
(92,96,88)
#4B4E47
(75,78,71)
#3A3C36
(58,60,54)
#292A25
(41,42,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #C2CCBE

#C2CCBE
(194,204,190)
#C7D0C3
(199,208,195)
#CCD4C8
(204,212,200)
#D1D8CD
(209,216,205)
#D6DCD2
(214,220,210)
#DBE0D7
(219,224,215)
#E0E4DC
(224,228,220)
#E5E8E1
(229,232,225)
#EAECE6
(234,236,230)
#EFF0EB
(239,240,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CCBE color. Also use rgb(194,204,190) instead hex code.

Text Font Color

.myTextColor { color: #C2CCBE; }

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

This text font color is #C2CCBE.

Background Color

.myBgColor { background-color: #C2CCBE; }

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

This div background color is #C2CCBE.

Border color

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

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

This div border color is #C2CCBE.

Opacity

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

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

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

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

This text has shadow with #C2CCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CCBE.

Preview

Color preview on black background

This text has color #C2CCBE on black background.


Color preview on white background

This text has color #C2CCBE on white background.


Black color preview on #C2CCBE background

This text has black color on #C2CCBE background.


White color preview on #C2CCBE background

This text has white color on #C2CCBE background.


Related colors

Complementary color

Complementary color for #hex is #3D3341.


I love getcolorcode.com

Triadic colors

1 #BEC2CC and #CCBEC2 with #C2CCBE are triadic colors.

2 #BECCC2 and #CCC2BE with #C2CCBE are triadic colors.