COLOR #C5F9D2

HEX: #C5F9D2
RGB: (197,249,210)

Renk bilgisi

#C5F9D2 contains red, green and blue colors in about the same proportion. #C5F9D2 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C5F9D2 color RGB value is (197,249,210).

  • kırmız ton 197;
  • yeşil ton 249;
  • mavi ton 210.
RGB:
(197,249,210)
(77%,98%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 249 of 255 = 98%
B 210 of 255 = 82%

197
249
210

R + G + B ~ 86%. #C5F9D2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 249 + 210 = 656 (100%)
R 197 of 656 ~ 30.03%
G 249 of 656 ~ 37.96%
B 210 of 656 ~ 32.01%

%30.03
%37.96
%32.01

CMYK RENK MODELİ

#C5F9D2 rengi CMYK tonu (21,0,16,2).

  • camgöbeği tonu 20.88%
  • eflatun tonu 0.00%
  • sarı tonu 15.66%
  • ana renk tonu 2.35%
CMYK:
(21,0,16,2)
C21M0Y16K2 
(21%,0%,16%,2%)
(0.21/0.00/0.16/0.02)	

CMYK yüzdeleri

%20.88
%0
%15.66
%2.35

Codes

Color #C5F9D2 in popluar color models

C5F9D2
RGB197249210
HSL135°81.25%87.45%
HSB/HSV135°20.88%97.65%
CMYK20.88%0.00%15.66%
2.35%

Color #C5F9D2 in popluar number systems.

HEXC5F9D2
Decimal197249210
Binary110001011111100111010010
Octal305371322

Shades and tints

Shades of #C5F9D2

#C5F9D2
(197,249,210)
#B4E3BF
(180,227,191)
#A3CDAC
(163,205,172)
#92B799
(146,183,153)
#81A186
(129,161,134)
#708B73
(112,139,115)
#5F7560
(95,117,96)
#4E5F4D
(78,95,77)
#3D493A
(61,73,58)
#2C3327
(44,51,39)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #C5F9D2

#C5F9D2
(197,249,210)
#CAF9D6
(202,249,214)
#CFF9DA
(207,249,218)
#D4F9DE
(212,249,222)
#D9F9E2
(217,249,226)
#DEF9E6
(222,249,230)
#E3F9EA
(227,249,234)
#E8F9EE
(232,249,238)
#EDF9F2
(237,249,242)
#F2F9F6
(242,249,246)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F9D2 color. Also use rgb(197,249,210) instead hex code.

Text Font Color

.myTextColor { color: #C5F9D2; }

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

This text font color is #C5F9D2.


Background Color

.myBgColor { background-color: #C5F9D2; }

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

This div background color is #C5F9D2.


Border color

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

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

This div border color is #C5F9D2.


Opacity

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

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

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

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

This text has shadow with #C5F9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F9D2 on black background.


Color preview on white background

This text has color #C5F9D2 on white background.



Black color preview on #C5F9D2 background

This text has black color on #C5F9D2 background.


White color preview on #C5F9D2 background

This text has white color on #C5F9D2 background.