COLOR #C3ED95

HEX: #C3ED95
RGB: (195,237,149)

Renk bilgisi

#C3ED95 contains mainly red and green colors. #C3ED95 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C3ED95 color RGB value is (195,237,149).

  • kırmız ton 195;
  • yeşil ton 237;
  • mavi ton 149.
RGB:
(195,237,149)
(76%,93%,58%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 237 of 255 = 93%
B 149 of 255 = 58%

195
237
149

R + G + B ~ 76%. #C3ED95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 237 + 149 = 581 (100%)
R 195 of 581 ~ 33.56%
G 237 of 581 ~ 40.79%
B 149 of 581 ~ 25.65%

%33.56
%40.79
%25.65

CMYK RENK MODELİ

#C3ED95 rengi CMYK tonu (18,0,37,7).

  • camgöbeği tonu 17.72%
  • eflatun tonu 0.00%
  • sarı tonu 37.13%
  • ana renk tonu 7.06%
CMYK:
(18,0,37,7)
C18M0Y37K7 
(18%,0%,37%,7%)
(0.18/0.00/0.37/0.07)	

CMYK yüzdeleri

%17.72
%0
%37.13
%7.06

Codes

Color #C3ED95 in popluar color models

C3ED95
RGB195237149
HSL89°70.97%75.69%
HSB/HSV89°37.13%92.94%
CMYK17.72%0.00%37.13%
7.06%

Color #C3ED95 in popluar number systems.

HEXC3ED95
Decimal195237149
Binary110000111110110110010101
Octal303355225

Shades and tints

Shades of #C3ED95

#C3ED95
(195,237,149)
#B2D888
(178,216,136)
#A1C37B
(161,195,123)
#90AE6E
(144,174,110)
#7F9961
(127,153,97)
#6E8454
(110,132,84)
#5D6F47
(93,111,71)
#4C5A3A
(76,90,58)
#3B452D
(59,69,45)
#2A3020
(42,48,32)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #C3ED95

#C3ED95
(195,237,149)
#C8EE9E
(200,238,158)
#CDEFA7
(205,239,167)
#D2F0B0
(210,240,176)
#D7F1B9
(215,241,185)
#DCF2C2
(220,242,194)
#E1F3CB
(225,243,203)
#E6F4D4
(230,244,212)
#EBF5DD
(235,245,221)
#F0F6E6
(240,246,230)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ED95 color. Also use rgb(195,237,149) instead hex code.

Text Font Color

.myTextColor { color: #C3ED95; }

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

This text font color is #C3ED95.


Background Color

.myBgColor { background-color: #C3ED95; }

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

This div background color is #C3ED95.


Border color

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

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

This div border color is #C3ED95.


Opacity

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

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

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

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

This text has shadow with #C3ED95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ED95 on black background.


Color preview on white background

This text has color #C3ED95 on white background.



Black color preview on #C3ED95 background

This text has black color on #C3ED95 background.


White color preview on #C3ED95 background

This text has white color on #C3ED95 background.