COLOR #C3D2BE

HEX: #C3D2BE
RGB: (195,210,190)

Color info

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

RGB color model

#C3D2BE color RGB value is (195,210,190).

  • red value is 195;
  • green value is 210;
  • blue value is 190.
RGB:
(195,210,190)
(76%,82%,75%)

RGB channels and saturation

R 195 of 255 = 76%
G 210 of 255 = 82%
B 190 of 255 = 75%

195
210
190

R + G + B ~ 78%. #C3D2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 210 + 190 = 595 (100%)
R 195 of 595 ~ 32.77%
G 210 of 595 ~ 35.29%
B 190 of 595 ~ 31.93%

%32.77
%35.29
%31.93

CMYK color model

#C3D2BE color CMYK value is (7,0,10,18).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 17.65%
CMYK:
(7,0,10,18)
C7M0Y10K18 
(7%,0%,10%,18%)
(0.07/0.00/0.10/0.18)	

CMYK percentages

%7.14
%0
%9.52
%17.65

Codes

Color #C3D2BE in popluar color models

C3D2BE
RGB195210190
HSL105°18.18%78.43%
HSB/HSV105°9.52%82.35%
CMYK7.14%0.00%9.52%
17.65%

Color #C3D2BE in popluar number systems.

HEXC3D2BE
Decimal195210190
Binary110000111101001010111110
Octal303322276

Shades and tints

Shades of #C3D2BE

#C3D2BE
(195,210,190)
#B2BFAD
(178,191,173)
#A1AC9C
(161,172,156)
#90998B
(144,153,139)
#7F867A
(127,134,122)
#6E7369
(110,115,105)
#5D6058
(93,96,88)
#4C4D47
(76,77,71)
#3B3A36
(59,58,54)
#2A2725
(42,39,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3D2BE

#C3D2BE
(195,210,190)
#C8D6C3
(200,214,195)
#CDDAC8
(205,218,200)
#D2DECD
(210,222,205)
#D7E2D2
(215,226,210)
#DCE6D7
(220,230,215)
#E1EADC
(225,234,220)
#E6EEE1
(230,238,225)
#EBF2E6
(235,242,230)
#F0F6EB
(240,246,235)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D2BE color. Also use rgb(195,210,190) instead hex code.

Text Font Color

.myTextColor { color: #C3D2BE; }

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

This text font color is #C3D2BE.


Background Color

.myBgColor { background-color: #C3D2BE; }

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

This div background color is #C3D2BE.


Border color

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

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

This div border color is #C3D2BE.


Opacity

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

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

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

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

This text has shadow with #C3D2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D2BE on black background.


Color preview on white background

This text has color #C3D2BE on white background.



Black color preview on #C3D2BE background

This text has black color on #C3D2BE background.


White color preview on #C3D2BE background

This text has white color on #C3D2BE background.