COLOR #C3DBC4

HEX: #C3DBC4 RGB: (195,219,196)

Color info

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

RGB color model

#C3DBC4 color RGB value is (195,219,196).

RGB: (195,219,196) (76%, 86%, 77%)

RGB channels and saturation

R 195 of 255 = 76%
G 219 of 255 = 86%
B 196 of 255 = 77%

195
219
196

R + G + B ~ 80%. #C3DBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 219 + 196 = 610 (100%)
R 195 of 610 ~ 31.97%
G 219 of 610 ~ 35.9%
B 196 of 610 ~ 32.13'%

%31.97
%35.9
%32.13

CMYK color model

#C3DBC4 color CMYK value is (11,0,11,14).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 14.12%

CMYK: (11,0,11,14)
C11M0Y11K14 (11%, 0%, 11%, 14%)
(0.11 / 0.00 / 0.11 / 0.14)

CMYK percentages

%10.96
%0
%10.5
%14.12

Codes

Color #C3DBC4 in popluar color models

C3 DB C4
RGB 195 219 196
HSL 123° 25.00% 81.18%
HSB/HSV 123° 10.96% 85.88%
CMYK 10.96% 0.00% 10.50%
14.12%

Color #C3DBC4 in popluar number systems.

HEX C3 DB C4
Decimal 195 219 196
Binary 11000011 11011011 11000100
Octal 303 333 304

Shades and tints

Shades of #C3DBC4

#C3DBC4
(195,219,196)
#B2C8B3
(178,200,179)
#A1B5A2
(161,181,162)
#90A291
(144,162,145)
#7F8F80
(127,143,128)
#6E7C6F
(110,124,111)
#5D695E
(93,105,94)
#4C564D
(76,86,77)
#3B433C
(59,67,60)
#2A302B
(42,48,43)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #C3DBC4

#C3DBC4
(195,219,196)
#C8DEC9
(200,222,201)
#CDE1CE
(205,225,206)
#D2E4D3
(210,228,211)
#D7E7D8
(215,231,216)
#DCEADD
(220,234,221)
#E1EDE2
(225,237,226)
#E6F0E7
(230,240,231)
#EBF3EC
(235,243,236)
#F0F6F1
(240,246,241)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DBC4 color. Also use rgb(195,219,196) instead hex code.

Text Font Color

.myTextColor { color: #C3DBC4; }

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

This text font color is #C3DBC4.

Background Color

.myBgColor { background-color: #C3DBC4; }

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

This div background color is #C3DBC4.

Border color

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

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

This div border color is #C3DBC4.

Opacity

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

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

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

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

This text has shadow with #C3DBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DBC4.

Preview

Color preview on black background

This text has color #C3DBC4 on black background.


Color preview on white background

This text has color #C3DBC4 on white background.


Black color preview on #C3DBC4 background

This text has black color on #C3DBC4 background.


White color preview on #C3DBC4 background

This text has white color on #C3DBC4 background.


Related colors

Complementary color

Complementary color for #hex is #3C243B.


I love getcolorcode.com

Triadic colors

1 #C4C3DB and #DBC4C3 with #C3DBC4 are triadic colors.

2 #C4DBC3 and #DBC3C4 with #C3DBC4 are triadic colors.