COLOR #CCC6EB

HEX: #CCC6EB RGB: (204,198,235)

Renk bilgisi

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

RGB renk modeli

#CCC6EB color RGB value is (204,198,235).

RGB: (204,198,235) (80%, 78%, 92%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 198 of 255 = 78%
B 235 of 255 = 92%

204
198
235

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

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 198 + 235 = 637 (100%)
R 204 of 637 ~ 32.03%
G 198 of 637 ~ 31.08%
B 235 of 637 ~ 36.89'%

%32.03
%31.08
%36.89

CMYK RENK MODELİ

#CCC6EB rengi CMYK tonu (13,16,0,8).

  • camgöbeği tonu 13.19%
  • eflatun tonu 15.74%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%

CMYK: (13,16,0,8)
C13M16Y0K8 (13%, 16%, 0%, 8%)
(0.13 / 0.16 / 0.00 / 0.08)

CMYK yüzdeleri

%13.19
%15.74
%0
%7.84

Codes

Color #CCC6EB in popluar color models

CC C6 EB
RGB 204 198 235
HSL 250° 48.05% 84.90%
HSB/HSV 250° 15.74% 92.16%
CMYK 13.19% 15.74% 0.00%
7.84%

Color #CCC6EB in popluar number systems.

HEX CC C6 EB
Decimal 204 198 235
Binary 11001100 11000110 11101011
Octal 314 306 353

Shades and tints

Shades of #CCC6EB

#CCC6EB
(204,198,235)
#BAB4D6
(186,180,214)
#A8A2C1
(168,162,193)
#9690AC
(150,144,172)
#847E97
(132,126,151)
#726C82
(114,108,130)
#605A6D
(96,90,109)
#4E4858
(78,72,88)
#3C3643
(60,54,67)
#2A242E
(42,36,46)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CCC6EB

#CCC6EB
(204,198,235)
#D0CBEC
(208,203,236)
#D4D0ED
(212,208,237)
#D8D5EE
(216,213,238)
#DCDAEF
(220,218,239)
#E0DFF0
(224,223,240)
#E4E4F1
(228,228,241)
#E8E9F2
(232,233,242)
#ECEEF3
(236,238,243)
#F0F3F4
(240,243,244)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6EB; }

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

This text font color is #CCC6EB.

Background Color

.myBgColor { background-color: #CCC6EB; }

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

This div background color is #CCC6EB.

Border color

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

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

This div border color is #CCC6EB.

Opacity

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

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

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

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

This text has shadow with #CCC6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6EB.

Preview

Color preview on black background

This text has color #CCC6EB on black background.


Color preview on white background

This text has color #CCC6EB on white background.


Black color preview on #CCC6EB background

This text has black color on #CCC6EB background.


White color preview on #CCC6EB background

This text has white color on #CCC6EB background.


Related colors

Complementary color

Complementary color for #hex is #333914.


I love getcolorcode.com

Triadic colors

1 #EBCCC6 and #C6EBCC with #CCC6EB are triadic colors.

2 #EBC6CC and #C6CCEB with #CCC6EB are triadic colors.