COLOR #69CCCC

HEX: #69CCCC
RGB: (105,204,204)

Color info

#69CCCC contains mainly green and blue colors. Web safe color of #69CCCC is #66CCCC (or #6CC).

RGB color model

#69CCCC color RGB value is (105,204,204).

  • red value is 105;
  • green value is 204;
  • blue value is 204.
RGB:
(105,204,204)
(41%,80%,80%)

RGB channels and saturation

R 105 of 255 = 41%
G 204 of 255 = 80%
B 204 of 255 = 80%

105
204
204

R + G + B ~ 67%. #69CCCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 204 + 204 = 513 (100%)
R 105 of 513 ~ 20.47%
G 204 of 513 ~ 39.77%
B 204 of 513 ~ 39.77%

%20.47
%39.77
%39.77

CMYK color model

#69CCCC color CMYK value is (49,0,0,20).

  • cyan value is 48.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(49,0,0,20)
C49M0Y0K20 
(49%,0%,0%,20%)
(0.49/0.00/0.00/0.20)	

CMYK percentages

%48.53
%0
%0
%20

Codes

Color #69CCCC in popluar color models

69CCCC
RGB105204204
HSL180°49.25%60.59%
HSB/HSV180°48.53%80.00%
CMYK48.53%0.00%0.00%
20.00%

Color #69CCCC in popluar number systems.

HEX69CCCC
Decimal105204204
Binary11010011100110011001100
Octal151314314

Shades and tints

Shades of #69CCCC

#69CCCC
(105,204,204)
#60BABA
(96,186,186)
#57A8A8
(87,168,168)
#4E9696
(78,150,150)
#458484
(69,132,132)
#3C7272
(60,114,114)
#336060
(51,96,96)
#2A4E4E
(42,78,78)
#213C3C
(33,60,60)
#182A2A
(24,42,42)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #69CCCC

#69CCCC
(105,204,204)
#76D0D0
(118,208,208)
#83D4D4
(131,212,212)
#90D8D8
(144,216,216)
#9DDCDC
(157,220,220)
#AAE0E0
(170,224,224)
#B7E4E4
(183,228,228)
#C4E8E8
(196,232,232)
#D1ECEC
(209,236,236)
#DEF0F0
(222,240,240)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69CCCC color. Also use rgb(105,204,204) instead hex code.

Text Font Color

.myTextColor { color: #69CCCC; }

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

This text font color is #69CCCC.


Background Color

.myBgColor { background-color: #69CCCC; }

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

This div background color is #69CCCC.


Border color

.myBorderColor { border: 1px solid #69CCCC; }

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

This div border color is #69CCCC.


Opacity

.myOpacity80 { color: #69CCCC; opacity: 0.8; }

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

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

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

This text has shadow with #69CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69CCCC on black background.


Color preview on white background

This text has color #69CCCC on white background.



Black color preview on #69CCCC background

This text has black color on #69CCCC background.


White color preview on #69CCCC background

This text has white color on #69CCCC background.