COLOR #C1D790

HEX: #C1D790
RGB: (193,215,144)

Color info

#C1D790 contains mainly red and green colors. Web safe color of #C1D790 is #CCCC99 (or #CC9).

RGB color model

#C1D790 color RGB value is (193,215,144).

  • red value is 193;
  • green value is 215;
  • blue value is 144.
RGB:
(193,215,144)
(76%,84%,56%)

RGB channels and saturation

R 193 of 255 = 76%
G 215 of 255 = 84%
B 144 of 255 = 56%

193
215
144

R + G + B ~ 72%. #C1D790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 215 + 144 = 552 (100%)
R 193 of 552 ~ 34.96%
G 215 of 552 ~ 38.95%
B 144 of 552 ~ 26.09%

%34.96
%38.95
%26.09

CMYK color model

#C1D790 color CMYK value is (10,0,33,16).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 33.02%
  • key color value is 15.69%
CMYK:
(10,0,33,16)
C10M0Y33K16 
(10%,0%,33%,16%)
(0.10/0.00/0.33/0.16)	

CMYK percentages

%10.23
%0
%33.02
%15.69

Codes

Color #C1D790 in popluar color models

C1D790
RGB193215144
HSL79°47.02%70.39%
HSB/HSV79°33.02%84.31%
CMYK10.23%0.00%33.02%
15.69%

Color #C1D790 in popluar number systems.

HEXC1D790
Decimal193215144
Binary110000011101011110010000
Octal301327220

Shades and tints

Shades of #C1D790

#C1D790
(193,215,144)
#B0C483
(176,196,131)
#9FB176
(159,177,118)
#8E9E69
(142,158,105)
#7D8B5C
(125,139,92)
#6C784F
(108,120,79)
#5B6542
(91,101,66)
#4A5235
(74,82,53)
#393F28
(57,63,40)
#282C1B
(40,44,27)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #C1D790

#C1D790
(193,215,144)
#C6DA9A
(198,218,154)
#CBDDA4
(203,221,164)
#D0E0AE
(208,224,174)
#D5E3B8
(213,227,184)
#DAE6C2
(218,230,194)
#DFE9CC
(223,233,204)
#E4ECD6
(228,236,214)
#E9EFE0
(233,239,224)
#EEF2EA
(238,242,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D790 color. Also use rgb(193,215,144) instead hex code.

Text Font Color

.myTextColor { color: #C1D790; }

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

This text font color is #C1D790.


Background Color

.myBgColor { background-color: #C1D790; }

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

This div background color is #C1D790.


Border color

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

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

This div border color is #C1D790.


Opacity

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

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

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

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

This text has shadow with #C1D790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D790 on black background.


Color preview on white background

This text has color #C1D790 on white background.



Black color preview on #C1D790 background

This text has black color on #C1D790 background.


White color preview on #C1D790 background

This text has white color on #C1D790 background.