COLOR #C4C6ED

HEX: #C4C6ED
RGB: (196,198,237)

Renk bilgisi

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

RGB renk modeli

#C4C6ED color RGB value is (196,198,237).

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

RGB bağlantıları ve doygunluk

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

196
198
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 198 + 237 = 631 (100%)
R 196 of 631 ~ 31.06%
G 198 of 631 ~ 31.38%
B 237 of 631 ~ 37.56%

%31.06
%31.38
%37.56

CMYK RENK MODELİ

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

  • camgöbeği tonu 17.30%
  • 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

%17.3
%16.46
%0
%7.06

Codes

Color #C4C6ED in popluar color models

C4C6ED
RGB196198237
HSL237°53.25%84.90%
HSB/HSV237°17.30%92.94%
CMYK17.30%16.46%0.00%
7.06%

Color #C4C6ED in popluar number systems.

HEXC4C6ED
Decimal196198237
Binary110001001100011011101101
Octal304306355

Shades and tints

Shades of #C4C6ED

#C4C6ED
(196,198,237)
#B3B4D8
(179,180,216)
#A2A2C3
(162,162,195)
#9190AE
(145,144,174)
#807E99
(128,126,153)
#6F6C84
(111,108,132)
#5E5A6F
(94,90,111)
#4D485A
(77,72,90)
#3C3645
(60,54,69)
#2B2430
(43,36,48)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #C4C6ED

#C4C6ED
(196,198,237)
#C9CBEE
(201,203,238)
#CED0EF
(206,208,239)
#D3D5F0
(211,213,240)
#D8DAF1
(216,218,241)
#DDDFF2
(221,223,242)
#E2E4F3
(226,228,243)
#E7E9F4
(231,233,244)
#ECEEF5
(236,238,245)
#F1F3F6
(241,243,246)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6ED; }

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

This text font color is #C4C6ED.


Background Color

.myBgColor { background-color: #C4C6ED; }

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

This div background color is #C4C6ED.


Border color

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

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

This div border color is #C4C6ED.


Opacity

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

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

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

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

This text has shadow with #C4C6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6ED on black background.


Color preview on white background

This text has color #C4C6ED on white background.



Black color preview on #C4C6ED background

This text has black color on #C4C6ED background.


White color preview on #C4C6ED background

This text has white color on #C4C6ED background.