COLOR #C5C6ED

HEX: #C5C6ED
RGB: (197,198,237)

Renk bilgisi

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

RGB renk modeli

#C5C6ED color RGB value is (197,198,237).

  • kırmız ton 197;
  • yeşil ton 198;
  • mavi ton 237.
RGB:
(197,198,237)
(77%,78%,93%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 198 of 255 = 78%
B 237 of 255 = 93%

197
198
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 198 + 237 = 632 (100%)
R 197 of 632 ~ 31.17%
G 198 of 632 ~ 31.33%
B 237 of 632 ~ 37.5%

%31.17
%31.33
%37.5

CMYK RENK MODELİ

#C5C6ED rengi CMYK tonu (17,16,0,7).

  • camgöbeği tonu 16.88%
  • eflatun tonu 16.46%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(17,16,0,7)
C17M16Y0K7 
(17%,16%,0%,7%)
(0.17/0.16/0.00/0.07)	

CMYK yüzdeleri

%16.88
%16.46
%0
%7.06

Codes

Color #C5C6ED in popluar color models

C5C6ED
RGB197198237
HSL239°52.63%85.10%
HSB/HSV239°16.88%92.94%
CMYK16.88%16.46%0.00%
7.06%

Color #C5C6ED in popluar number systems.

HEXC5C6ED
Decimal197198237
Binary110001011100011011101101
Octal305306355

Shades and tints

Shades of #C5C6ED

#C5C6ED
(197,198,237)
#B4B4D8
(180,180,216)
#A3A2C3
(163,162,195)
#9290AE
(146,144,174)
#817E99
(129,126,153)
#706C84
(112,108,132)
#5F5A6F
(95,90,111)
#4E485A
(78,72,90)
#3D3645
(61,54,69)
#2C2430
(44,36,48)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #C5C6ED

#C5C6ED
(197,198,237)
#CACBEE
(202,203,238)
#CFD0EF
(207,208,239)
#D4D5F0
(212,213,240)
#D9DAF1
(217,218,241)
#DEDFF2
(222,223,242)
#E3E4F3
(227,228,243)
#E8E9F4
(232,233,244)
#EDEEF5
(237,238,245)
#F2F3F6
(242,243,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C6ED; }

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

This text font color is #C5C6ED.


Background Color

.myBgColor { background-color: #C5C6ED; }

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

This div background color is #C5C6ED.


Border color

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

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

This div border color is #C5C6ED.


Opacity

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

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

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

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

This text has shadow with #C5C6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C6ED on black background.


Color preview on white background

This text has color #C5C6ED on white background.



Black color preview on #C5C6ED background

This text has black color on #C5C6ED background.


White color preview on #C5C6ED background

This text has white color on #C5C6ED background.