COLOR #C5F2C3

HEX: #C5F2C3
RGB: (197,242,195)

Renk bilgisi

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

RGB renk modeli

#C5F2C3 color RGB value is (197,242,195).

  • kırmız ton 197;
  • yeşil ton 242;
  • mavi ton 195.
RGB:
(197,242,195)
(77%,95%,76%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 242 of 255 = 95%
B 195 of 255 = 76%

197
242
195

R + G + B ~ 83%. #C5F2C3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 242 + 195 = 634 (100%)
R 197 of 634 ~ 31.07%
G 242 of 634 ~ 38.17%
B 195 of 634 ~ 30.76%

%31.07
%38.17
%30.76

CMYK RENK MODELİ

#C5F2C3 rengi CMYK tonu (19,0,19,5).

  • camgöbeği tonu 18.60%
  • eflatun tonu 0.00%
  • sarı tonu 19.42%
  • ana renk tonu 5.10%
CMYK:
(19,0,19,5)
C19M0Y19K5 
(19%,0%,19%,5%)
(0.19/0.00/0.19/0.05)	

CMYK yüzdeleri

%18.6
%0
%19.42
%5.1

Codes

Color #C5F2C3 in popluar color models

C5F2C3
RGB197242195
HSL117°64.38%85.69%
HSB/HSV117°19.42%94.90%
CMYK18.60%0.00%19.42%
5.10%

Color #C5F2C3 in popluar number systems.

HEXC5F2C3
Decimal197242195
Binary110001011111001011000011
Octal305362303

Shades and tints

Shades of #C5F2C3

#C5F2C3
(197,242,195)
#B4DCB2
(180,220,178)
#A3C6A1
(163,198,161)
#92B090
(146,176,144)
#819A7F
(129,154,127)
#70846E
(112,132,110)
#5F6E5D
(95,110,93)
#4E584C
(78,88,76)
#3D423B
(61,66,59)
#2C2C2A
(44,44,42)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5F2C3

#C5F2C3
(197,242,195)
#CAF3C8
(202,243,200)
#CFF4CD
(207,244,205)
#D4F5D2
(212,245,210)
#D9F6D7
(217,246,215)
#DEF7DC
(222,247,220)
#E3F8E1
(227,248,225)
#E8F9E6
(232,249,230)
#EDFAEB
(237,250,235)
#F2FBF0
(242,251,240)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F2C3 color. Also use rgb(197,242,195) instead hex code.

Text Font Color

.myTextColor { color: #C5F2C3; }

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

This text font color is #C5F2C3.


Background Color

.myBgColor { background-color: #C5F2C3; }

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

This div background color is #C5F2C3.


Border color

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

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

This div border color is #C5F2C3.


Opacity

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

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

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

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

This text has shadow with #C5F2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F2C3 on black background.


Color preview on white background

This text has color #C5F2C3 on white background.



Black color preview on #C5F2C3 background

This text has black color on #C5F2C3 background.


White color preview on #C5F2C3 background

This text has white color on #C5F2C3 background.