COLOR #C1D798

HEX: #C1D798
RGB: (193,215,152)

Color info

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

RGB color model

#C1D798 color RGB value is (193,215,152).

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

RGB channels and saturation

R 193 of 255 = 76%
G 215 of 255 = 84%
B 152 of 255 = 60%

193
215
152

R + G + B ~ 73%. #C1D798 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 215 + 152 = 560 (100%)
R 193 of 560 ~ 34.46%
G 215 of 560 ~ 38.39%
B 152 of 560 ~ 27.14%

%34.46
%38.39
%27.14

CMYK color model

#C1D798 color CMYK value is (10,0,29,16).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 29.30%
  • key color value is 15.69%
CMYK:
(10,0,29,16)
C10M0Y29K16 
(10%,0%,29%,16%)
(0.10/0.00/0.29/0.16)	

CMYK percentages

%10.23
%0
%29.3
%15.69

Codes

Color #C1D798 in popluar color models

C1D798
RGB193215152
HSL81°44.06%71.96%
HSB/HSV81°29.30%84.31%
CMYK10.23%0.00%29.30%
15.69%

Color #C1D798 in popluar number systems.

HEXC1D798
Decimal193215152
Binary110000011101011110011000
Octal301327230

Shades and tints

Shades of #C1D798

#C1D798
(193,215,152)
#B0C48B
(176,196,139)
#9FB17E
(159,177,126)
#8E9E71
(142,158,113)
#7D8B64
(125,139,100)
#6C7857
(108,120,87)
#5B654A
(91,101,74)
#4A523D
(74,82,61)
#393F30
(57,63,48)
#282C23
(40,44,35)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #C1D798

#C1D798
(193,215,152)
#C6DAA1
(198,218,161)
#CBDDAA
(203,221,170)
#D0E0B3
(208,224,179)
#D5E3BC
(213,227,188)
#DAE6C5
(218,230,197)
#DFE9CE
(223,233,206)
#E4ECD7
(228,236,215)
#E9EFE0
(233,239,224)
#EEF2E9
(238,242,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D798; }

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

This text font color is #C1D798.


Background Color

.myBgColor { background-color: #C1D798; }

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

This div background color is #C1D798.


Border color

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

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

This div border color is #C1D798.


Opacity

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

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

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

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

This text has shadow with #C1D798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D798 on black background.


Color preview on white background

This text has color #C1D798 on white background.



Black color preview on #C1D798 background

This text has black color on #C1D798 background.


White color preview on #C1D798 background

This text has white color on #C1D798 background.