COLOR #C1D995

HEX: #C1D995 RGB: (193,217,149)

Color info

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

RGB color model

#C1D995 color RGB value is (193,217,149).

RGB: (193,217,149) (76%, 85%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 149 of 255 = 58%

193
217
149

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

Portions of RGB colors in percentages

R + G + B = 193 + 217 + 149 = 559 (100%)
R 193 of 559 ~ 34.53%
G 217 of 559 ~ 38.82%
B 149 of 559 ~ 26.65'%

%34.53
%38.82
%26.65

CMYK color model

#C1D995 color CMYK value is (11,0,31,15).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 14.90%

CMYK: (11,0,31,15)
C11M0Y31K15 (11%, 0%, 31%, 15%)
(0.11 / 0.00 / 0.31 / 0.15)

CMYK percentages

%11.06
%0
%31.34
%14.9

Codes

Color #C1D995 in popluar color models

C1 D9 95
RGB 193 217 149
HSL 81° 47.22% 71.76%
HSB/HSV 81° 31.34% 85.10%
CMYK 11.06% 0.00% 31.34%
14.90%

Color #C1D995 in popluar number systems.

HEX C1 D9 95
Decimal 193 217 149
Binary 11000001 11011001 10010101
Octal 301 331 225

Shades and tints

Shades of #C1D995

#C1D995
(193,217,149)
#B0C688
(176,198,136)
#9FB37B
(159,179,123)
#8EA06E
(142,160,110)
#7D8D61
(125,141,97)
#6C7A54
(108,122,84)
#5B6747
(91,103,71)
#4A543A
(74,84,58)
#39412D
(57,65,45)
#282E20
(40,46,32)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #C1D995

#C1D995
(193,217,149)
#C6DC9E
(198,220,158)
#CBDFA7
(203,223,167)
#D0E2B0
(208,226,176)
#D5E5B9
(213,229,185)
#DAE8C2
(218,232,194)
#DFEBCB
(223,235,203)
#E4EED4
(228,238,212)
#E9F1DD
(233,241,221)
#EEF4E6
(238,244,230)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D995 color. Also use rgb(193,217,149) instead hex code.

Text Font Color

.myTextColor { color: #C1D995; }

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

This text font color is #C1D995.

Background Color

.myBgColor { background-color: #C1D995; }

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

This div background color is #C1D995.

Border color

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

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

This div border color is #C1D995.

Opacity

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

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

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

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

This text has shadow with #C1D995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D995.

Preview

Color preview on black background

This text has color #C1D995 on black background.


Color preview on white background

This text has color #C1D995 on white background.


Black color preview on #C1D995 background

This text has black color on #C1D995 background.


White color preview on #C1D995 background

This text has white color on #C1D995 background.


Related colors

Complementary color

Complementary color for #hex is #3E266A.


I love getcolorcode.com

Triadic colors

1 #95C1D9 and #D995C1 with #C1D995 are triadic colors.

2 #95D9C1 and #D9C195 with #C1D995 are triadic colors.