COLOR #CCC9E1

HEX: #CCC9E1
RGB: (204,201,225)

Renk bilgisi

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

RGB renk modeli

#CCC9E1 color RGB value is (204,201,225).

  • kırmız ton 204;
  • yeşil ton 201;
  • mavi ton 225.
RGB:
(204,201,225)
(80%,79%,88%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 201 of 255 = 79%
B 225 of 255 = 88%

204
201
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 201 + 225 = 630 (100%)
R 204 of 630 ~ 32.38%
G 201 of 630 ~ 31.9%
B 225 of 630 ~ 35.71%

%32.38
%31.9
%35.71

CMYK RENK MODELİ

#CCC9E1 rengi CMYK tonu (9,11,0,12).

  • camgöbeği tonu 9.33%
  • eflatun tonu 10.67%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(9,11,0,12)
C9M11Y0K12 
(9%,11%,0%,12%)
(0.09/0.11/0.00/0.12)	

CMYK yüzdeleri

%9.33
%10.67
%0
%11.76

Codes

Color #CCC9E1 in popluar color models

CCC9E1
RGB204201225
HSL248°28.57%83.53%
HSB/HSV248°10.67%88.24%
CMYK9.33%10.67%0.00%
11.76%

Color #CCC9E1 in popluar number systems.

HEXCCC9E1
Decimal204201225
Binary110011001100100111100001
Octal314311341

Shades and tints

Shades of #CCC9E1

#CCC9E1
(204,201,225)
#BAB7CD
(186,183,205)
#A8A5B9
(168,165,185)
#9693A5
(150,147,165)
#848191
(132,129,145)
#726F7D
(114,111,125)
#605D69
(96,93,105)
#4E4B55
(78,75,85)
#3C3941
(60,57,65)
#2A272D
(42,39,45)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #CCC9E1

#CCC9E1
(204,201,225)
#D0CDE3
(208,205,227)
#D4D1E5
(212,209,229)
#D8D5E7
(216,213,231)
#DCD9E9
(220,217,233)
#E0DDEB
(224,221,235)
#E4E1ED
(228,225,237)
#E8E5EF
(232,229,239)
#ECE9F1
(236,233,241)
#F0EDF3
(240,237,243)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC9E1 color. Also use rgb(204,201,225) instead hex code.

Text Font Color

.myTextColor { color: #CCC9E1; }

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

This text font color is #CCC9E1.


Background Color

.myBgColor { background-color: #CCC9E1; }

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

This div background color is #CCC9E1.


Border color

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

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

This div border color is #CCC9E1.


Opacity

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

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

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

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

This text has shadow with #CCC9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC9E1 on black background.


Color preview on white background

This text has color #CCC9E1 on white background.



Black color preview on #CCC9E1 background

This text has black color on #CCC9E1 background.


White color preview on #CCC9E1 background

This text has white color on #CCC9E1 background.