COLOR #C5EEB6

HEX: #C5EEB6
RGB: (197,238,182)

Renk bilgisi

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

RGB renk modeli

#C5EEB6 color RGB value is (197,238,182).

  • kırmız ton 197;
  • yeşil ton 238;
  • mavi ton 182.
RGB:
(197,238,182)
(77%,93%,71%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 238 of 255 = 93%
B 182 of 255 = 71%

197
238
182

R + G + B ~ 80%. #C5EEB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 238 + 182 = 617 (100%)
R 197 of 617 ~ 31.93%
G 238 of 617 ~ 38.57%
B 182 of 617 ~ 29.5%

%31.93
%38.57
%29.5

CMYK RENK MODELİ

#C5EEB6 rengi CMYK tonu (17,0,24,7).

  • camgöbeği tonu 17.23%
  • eflatun tonu 0.00%
  • sarı tonu 23.53%
  • ana renk tonu 6.67%
CMYK:
(17,0,24,7)
C17M0Y24K7 
(17%,0%,24%,7%)
(0.17/0.00/0.24/0.07)	

CMYK yüzdeleri

%17.23
%0
%23.53
%6.67

Codes

Color #C5EEB6 in popluar color models

C5EEB6
RGB197238182
HSL104°62.22%82.35%
HSB/HSV104°23.53%93.33%
CMYK17.23%0.00%23.53%
6.67%

Color #C5EEB6 in popluar number systems.

HEXC5EEB6
Decimal197238182
Binary110001011110111010110110
Octal305356266

Shades and tints

Shades of #C5EEB6

#C5EEB6
(197,238,182)
#B4D9A6
(180,217,166)
#A3C496
(163,196,150)
#92AF86
(146,175,134)
#819A76
(129,154,118)
#708566
(112,133,102)
#5F7056
(95,112,86)
#4E5B46
(78,91,70)
#3D4636
(61,70,54)
#2C3126
(44,49,38)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #C5EEB6

#C5EEB6
(197,238,182)
#CAEFBC
(202,239,188)
#CFF0C2
(207,240,194)
#D4F1C8
(212,241,200)
#D9F2CE
(217,242,206)
#DEF3D4
(222,243,212)
#E3F4DA
(227,244,218)
#E8F5E0
(232,245,224)
#EDF6E6
(237,246,230)
#F2F7EC
(242,247,236)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EEB6 color. Also use rgb(197,238,182) instead hex code.

Text Font Color

.myTextColor { color: #C5EEB6; }

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

This text font color is #C5EEB6.


Background Color

.myBgColor { background-color: #C5EEB6; }

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

This div background color is #C5EEB6.


Border color

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

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

This div border color is #C5EEB6.


Opacity

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

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

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

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

This text has shadow with #C5EEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EEB6 on black background.


Color preview on white background

This text has color #C5EEB6 on white background.



Black color preview on #C5EEB6 background

This text has black color on #C5EEB6 background.


White color preview on #C5EEB6 background

This text has white color on #C5EEB6 background.