COLOR #CCC6E4

HEX: #CCC6E4
RGB: (204,198,228)

Renk bilgisi

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

RGB renk modeli

#CCC6E4 color RGB value is (204,198,228).

  • kırmız ton 204;
  • yeşil ton 198;
  • mavi ton 228.
RGB:
(204,198,228)
(80%,78%,89%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 198 of 255 = 78%
B 228 of 255 = 89%

204
198
228

R + G + B ~ 82%. #CCC6E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 198 + 228 = 630 (100%)
R 204 of 630 ~ 32.38%
G 198 of 630 ~ 31.43%
B 228 of 630 ~ 36.19%

%32.38
%31.43
%36.19

CMYK RENK MODELİ

#CCC6E4 rengi CMYK tonu (11,13,0,11).

  • camgöbeği tonu 10.53%
  • eflatun tonu 13.16%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(11,13,0,11)
C11M13Y0K11 
(11%,13%,0%,11%)
(0.11/0.13/0.00/0.11)	

CMYK yüzdeleri

%10.53
%13.16
%0
%10.59

Codes

Color #CCC6E4 in popluar color models

CCC6E4
RGB204198228
HSL252°35.71%83.53%
HSB/HSV252°13.16%89.41%
CMYK10.53%13.16%0.00%
10.59%

Color #CCC6E4 in popluar number systems.

HEXCCC6E4
Decimal204198228
Binary110011001100011011100100
Octal314306344

Shades and tints

Shades of #CCC6E4

#CCC6E4
(204,198,228)
#BAB4D0
(186,180,208)
#A8A2BC
(168,162,188)
#9690A8
(150,144,168)
#847E94
(132,126,148)
#726C80
(114,108,128)
#605A6C
(96,90,108)
#4E4858
(78,72,88)
#3C3644
(60,54,68)
#2A2430
(42,36,48)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #CCC6E4

#CCC6E4
(204,198,228)
#D0CBE6
(208,203,230)
#D4D0E8
(212,208,232)
#D8D5EA
(216,213,234)
#DCDAEC
(220,218,236)
#E0DFEE
(224,223,238)
#E4E4F0
(228,228,240)
#E8E9F2
(232,233,242)
#ECEEF4
(236,238,244)
#F0F3F6
(240,243,246)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC6E4 color. Also use rgb(204,198,228) instead hex code.

Text Font Color

.myTextColor { color: #CCC6E4; }

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

This text font color is #CCC6E4.


Background Color

.myBgColor { background-color: #CCC6E4; }

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

This div background color is #CCC6E4.


Border color

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

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

This div border color is #CCC6E4.


Opacity

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

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

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

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

This text has shadow with #CCC6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC6E4 on black background.


Color preview on white background

This text has color #CCC6E4 on white background.



Black color preview on #CCC6E4 background

This text has black color on #CCC6E4 background.


White color preview on #CCC6E4 background

This text has white color on #CCC6E4 background.