COLOR #C3DE7D

HEX: #C3DE7D
RGB: (195,222,125)

Color info

#C3DE7D contains mainly red and green colors. Web safe color of #C3DE7D is #CCCC66 (or #CC6).

RGB color model

#C3DE7D color RGB value is (195,222,125).

  • red value is 195;
  • green value is 222;
  • blue value is 125.
RGB:
(195,222,125)
(76%,87%,49%)

RGB channels and saturation

R 195 of 255 = 76%
G 222 of 255 = 87%
B 125 of 255 = 49%

195
222
125

R + G + B ~ 71%. #C3DE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 222 + 125 = 542 (100%)
R 195 of 542 ~ 35.98%
G 222 of 542 ~ 40.96%
B 125 of 542 ~ 23.06%

%35.98
%40.96
%23.06

CMYK color model

#C3DE7D color CMYK value is (12,0,44,13).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 12.94%
CMYK:
(12,0,44,13)
C12M0Y44K13 
(12%,0%,44%,13%)
(0.12/0.00/0.44/0.13)	

CMYK percentages

%12.16
%0
%43.69
%12.94

Codes

Color #C3DE7D in popluar color models

C3DE7D
RGB195222125
HSL77°59.51%68.04%
HSB/HSV77°43.69%87.06%
CMYK12.16%0.00%43.69%
12.94%

Color #C3DE7D in popluar number systems.

HEXC3DE7D
Decimal195222125
Binary11000011110111101111101
Octal303336175

Shades and tints

Shades of #C3DE7D

#C3DE7D
(195,222,125)
#B2CA72
(178,202,114)
#A1B667
(161,182,103)
#90A25C
(144,162,92)
#7F8E51
(127,142,81)
#6E7A46
(110,122,70)
#5D663B
(93,102,59)
#4C5230
(76,82,48)
#3B3E25
(59,62,37)
#2A2A1A
(42,42,26)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #C3DE7D

#C3DE7D
(195,222,125)
#C8E188
(200,225,136)
#CDE493
(205,228,147)
#D2E79E
(210,231,158)
#D7EAA9
(215,234,169)
#DCEDB4
(220,237,180)
#E1F0BF
(225,240,191)
#E6F3CA
(230,243,202)
#EBF6D5
(235,246,213)
#F0F9E0
(240,249,224)
#F5FCEB
(245,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DE7D color. Also use rgb(195,222,125) instead hex code.

Text Font Color

.myTextColor { color: #C3DE7D; }

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

This text font color is #C3DE7D.


Background Color

.myBgColor { background-color: #C3DE7D; }

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

This div background color is #C3DE7D.


Border color

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

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

This div border color is #C3DE7D.


Opacity

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

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

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

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

This text has shadow with #C3DE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DE7D on black background.


Color preview on white background

This text has color #C3DE7D on white background.



Black color preview on #C3DE7D background

This text has black color on #C3DE7D background.


White color preview on #C3DE7D background

This text has white color on #C3DE7D background.