COLOR #C5EBEB

HEX: #C5EBEB
RGB: (197,235,235)

Renk bilgisi

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

RGB renk modeli

#C5EBEB color RGB value is (197,235,235).

  • kırmız ton 197;
  • yeşil ton 235;
  • mavi ton 235.
RGB:
(197,235,235)
(77%,92%,92%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 235 of 255 = 92%
B 235 of 255 = 92%

197
235
235

R + G + B ~ 87%. #C5EBEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 235 + 235 = 667 (100%)
R 197 of 667 ~ 29.54%
G 235 of 667 ~ 35.23%
B 235 of 667 ~ 35.23%

%29.54
%35.23
%35.23

CMYK RENK MODELİ

#C5EBEB rengi CMYK tonu (16,0,0,8).

  • camgöbeği tonu 16.17%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,0,0,8)
C16M0Y0K8 
(16%,0%,0%,8%)
(0.16/0.00/0.00/0.08)	

CMYK yüzdeleri

%16.17
%0
%0
%7.84

Codes

Color #C5EBEB in popluar color models

C5EBEB
RGB197235235
HSL180°48.72%84.71%
HSB/HSV180°16.17%92.16%
CMYK16.17%0.00%0.00%
7.84%

Color #C5EBEB in popluar number systems.

HEXC5EBEB
Decimal197235235
Binary110001011110101111101011
Octal305353353

Shades and tints

Shades of #C5EBEB

#C5EBEB
(197,235,235)
#B4D6D6
(180,214,214)
#A3C1C1
(163,193,193)
#92ACAC
(146,172,172)
#819797
(129,151,151)
#708282
(112,130,130)
#5F6D6D
(95,109,109)
#4E5858
(78,88,88)
#3D4343
(61,67,67)
#2C2E2E
(44,46,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #C5EBEB

#C5EBEB
(197,235,235)
#CAECEC
(202,236,236)
#CFEDED
(207,237,237)
#D4EEEE
(212,238,238)
#D9EFEF
(217,239,239)
#DEF0F0
(222,240,240)
#E3F1F1
(227,241,241)
#E8F2F2
(232,242,242)
#EDF3F3
(237,243,243)
#F2F4F4
(242,244,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EBEB; }

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

This text font color is #C5EBEB.


Background Color

.myBgColor { background-color: #C5EBEB; }

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

This div background color is #C5EBEB.


Border color

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

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

This div border color is #C5EBEB.


Opacity

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

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

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

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

This text has shadow with #C5EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EBEB on black background.


Color preview on white background

This text has color #C5EBEB on white background.



Black color preview on #C5EBEB background

This text has black color on #C5EBEB background.


White color preview on #C5EBEB background

This text has white color on #C5EBEB background.