COLOR #CCC6F9

HEX: #CCC6F9 RGB: (204,198,249)

Renk bilgisi

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

RGB renk modeli

#CCC6F9 color RGB value is (204,198,249).

RGB: (204,198,249) (80%, 78%, 98%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 198 of 255 = 78%
B 249 of 255 = 98%

204
198
249

R + G + B ~ 85%. #CCC6F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 198 + 249 = 651 (100%)
R 204 of 651 ~ 31.34%
G 198 of 651 ~ 30.41%
B 249 of 651 ~ 38.25'%

%31.34
%30.41
%38.25

CMYK RENK MODELİ

#CCC6F9 rengi CMYK tonu (18,20,0,2).

  • camgöbeği tonu 18.07%
  • eflatun tonu 20.48%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%

CMYK: (18,20,0,2)
C18M20Y0K2 (18%, 20%, 0%, 2%)
(0.18 / 0.20 / 0.00 / 0.02)

CMYK yüzdeleri

%18.07
%20.48
%0
%2.35

Codes

Color #CCC6F9 in popluar color models

CC C6 F9
RGB 204 198 249
HSL 247° 80.95% 87.65%
HSB/HSV 247° 20.48% 97.65%
CMYK 18.07% 20.48% 0.00%
2.35%

Color #CCC6F9 in popluar number systems.

HEX CC C6 F9
Decimal 204 198 249
Binary 11001100 11000110 11111001
Octal 314 306 371

Shades and tints

Shades of #CCC6F9

#CCC6F9
(204,198,249)
#BAB4E3
(186,180,227)
#A8A2CD
(168,162,205)
#9690B7
(150,144,183)
#847EA1
(132,126,161)
#726C8B
(114,108,139)
#605A75
(96,90,117)
#4E485F
(78,72,95)
#3C3649
(60,54,73)
#2A2433
(42,36,51)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #CCC6F9

#CCC6F9
(204,198,249)
#D0CBF9
(208,203,249)
#D4D0F9
(212,208,249)
#D8D5F9
(216,213,249)
#DCDAF9
(220,218,249)
#E0DFF9
(224,223,249)
#E4E4F9
(228,228,249)
#E8E9F9
(232,233,249)
#ECEEF9
(236,238,249)
#F0F3F9
(240,243,249)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6F9; }

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

This text font color is #CCC6F9.

Background Color

.myBgColor { background-color: #CCC6F9; }

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

This div background color is #CCC6F9.

Border color

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

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

This div border color is #CCC6F9.

Opacity

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

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

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

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

This text has shadow with #CCC6F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6F9.

Preview

Color preview on black background

This text has color #CCC6F9 on black background.


Color preview on white background

This text has color #CCC6F9 on white background.


Black color preview on #CCC6F9 background

This text has black color on #CCC6F9 background.


White color preview on #CCC6F9 background

This text has white color on #CCC6F9 background.


Related colors

Complementary color

Complementary color for #hex is #333906.


I love getcolorcode.com

Triadic colors

1 #F9CCC6 and #C6F9CC with #CCC6F9 are triadic colors.

2 #F9C6CC and #C6CCF9 with #CCC6F9 are triadic colors.